-
Edit app/config/parameters.yml and put your informations in it
-
Execute those commands :
composer install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
# Only if you want to use fixtures !
php app/console doctrine:fixtures:load
php app/console server:run
- Go to https://127.0.0.1:8000
- Execute those commands :
composer install
php app/console doctrine:schema:update --force
php app/console server:run
- Go to https://127.0.0.1:8000
cd web/presentation
npm install
bower install