Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.16 KB

readme.md

File metadata and controls

31 lines (19 loc) · 1.16 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: https://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 Docker

Clone source codes from GitHub:

git clone [email protected]:sphido/cms.git sphido.dev && cd sphido.dev

Install dependencies with composer:

composer install

Run Docker and open http://localhost/

docker-compose up