Choco is a simple, flexible, fast, flat file CMS.
- PHP 5.4+ が使えること
- Apacheで mod_rewriteが使えること
Choco の最新版をダウンロードして解凍
git clone https://github.com/tsubo/Choco.git
cd your_choco_dir
curl -s https://getcomposer.org/installer | php
php composer.phar install
cd your_choco_dir/webroot
php -S localhost:8000
wwwブラウザで http://localhost:8000 を表示
The Choco CMS is open-sourced software licensed under the MIT license