Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.24 KB

readme.md

File metadata and controls

26 lines (15 loc) · 1.24 KB

Sphido CMS

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Sphido is deathly simple, ultra fast, flat file (Markdown, Latte, HTML, PHTML) CMS. Fully customizable.

See more information: http://www.sphido.org/

How to install

Download latest version from Github and run composer install, or just run composer create-project sphido/cms.

Try Sphido CMS with PHP Built-in web server

Follow instructions require PHP 5.4+

git clone git@github.com:sphido/cms.git && cd cms && mkdir cache
curl -sS https://getcomposer.org/installer | php
php composer.phar install

php -S localhost:8000 -t public/

Then open http://localhost:8000/ in your browser