Nozomi is a simple, lightweight CMS built on top of Slim Framework. It is meant to be a spiritual successor to Muttnick.
- PHP 7.2+
- MySQL/MariaDB
- Composer
- Clone the git repository:
git clone https://github.com/afroraydude/nozomi.git
- cd nozomi
cd nozomi
- Install prerequisites through composer
composer install
-
Link your
public/index.php
file to your preferred web server (see this for more info) -
Visit your site at
http://localhost
and follow the instructions there.