Skip to content

zeecho/fil-rouge

Repository files navigation

How to use it

Things to do after cloning (first time) :

  • 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

Things to do after pulling (project already on your computer)

  • Execute those commands :
composer install
php app/console doctrine:schema:update --force
php app/console server:run

For presentation

cd web/presentation
npm install
bower install

About

Fil rouge du groupe team avec Symfony 2.8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published