snapfrozen / boxomatic-app
Box-o-Matic is a complete system to manage local food box projects.
dev-master
2015-03-24 07:59 UTC
Requires
- php: >=5.3.2
- snapfrozen/boxomatic: *
- yiiext/migrate-command: dev-master
- yiisoft/yii: 1.1.*
This package is not auto-updated.
Last update: 2025-03-05 09:05:21 UTC
README
Installation
- Navigate to your website's home directory
- Clone the SnapCMS git repository:
git clone https://github.com/snapfrozen/snapcms.git .
Make sure to include the . (dot) to avoid SnapCMS being created in it's own folder - Install Composer:
curl -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
- Setup and edit db.php
mv db.php.default db.php vi db.php
- Make sure backend/yiic is executable:
chmod u+x backend/yiic
- Install SnapCMS:
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 asked
Done!