This commit is contained in:
Simon Vieille 2016-01-13 20:59:14 +01:00
parent 47ada75231
commit 6911a736d4
1 changed files with 22 additions and 1 deletions

View File

@ -12,6 +12,27 @@ $ git clone https://gitlab.deblan.org/deblan/defis48.git
$ composer install
$ vim app/config/parameters.yml
$ bin/console doctrine:schema:create
$ bin/console server:run
$ bin/console doctrine:generate:entities MmiEnigmaBundle
$ bin/console doctrine:schema:update --force
```
Mise à jour
===========
```bash
$ git pull origin master
$ composer update
$ bin/console doctrine:generate:entities MmiEnigmaBundle
$ bin/console doctrine:schema:update --force
```
Exécution
=========
Serveur de développement :
```
$ bin/console server:run &
```