24/03
2015
dev-master
9999999-devBox-o-Matic is a complete system to manage local food box projects.
MIT
The Requires
Box-o-Matic is a complete system to manage local food box projects.
git clone https://github.com/snapfrozen/snapcms.git .
Make sure to include the . (dot) to avoid SnapCMS being created in it's own foldercurl -sS https://getcomposer.org/installer | php
Or you may need to do something like this to enable some "dangerous" PHP features: curl -sS https://getcomposer.org/installer | php -d allow_url_fopen=On -d suhosin.executor.include.whitelist=phar
mv db.php.default db.php
vi db.php
chmod u+x backend/yiic
php composer.phar install
Or to enable PHP features: php -d allow_url_fopen=On -d suhosin.executor.include.whitelist=phar -d disable_functions= composer.phar install
Choose "yes" to create the frontend folder when askedDone!, (*1)
Box-o-Matic is a complete system to manage local food box projects.
MIT