/nozomi

A lightweight content management system.

Primary LanguagePHPApache License 2.0Apache-2.0

Logo

version GitHub license

Nozomi is a simple, lightweight CMS built on top of Slim Framework. It is meant to be a spiritual successor to Muttnick.

Install

Requirements:

  • PHP 7.2+
  • MySQL/MariaDB
  • Composer

How to install

  1. Clone the git repository:
git clone https://github.com/afroraydude/nozomi.git
  1. cd nozomi
cd nozomi
  1. Install prerequisites through composer
composer install
  1. Link your public/index.php file to your preferred web server (see this for more info)

  2. Visit your site at http://localhost and follow the instructions there.