This guide assumes you know how to use the command-line and that your machine has php and mysql installed.
- install composer: https://getcomposer.org/download/
- clone the repo somewhere
- cd to it
- run
composer install
(at the end it will ask for the database configuration parameters) - run
php app/console doctrine:database:create
- run
php app/console doctrine:schema:create
- import data into mysql
- run
php app/console server:run
To update all JavaScript and CSS assets, run:
php app/console cache:clear
php app/console assetic:dump
To update the fonts, some SCSS assets, run:
rm -rf web/bundles
php app/console assets:install
To run a command:
php app/console app:beorn:scenario