- Check out repository from Github
- Copy
app/config/parameters.yml-dist
toapp/config/parameters.yml
and edit accordingly - Run
composer install
- Run
php app/console doctrine:migrations:migrate
- this will install the default database - Run
php app/console assets:install -e prod
- this will install images and css - Run
php app/console assetic:dump -e prod