This commit is contained in:
Simon Vieille 2016-01-19 10:14:33 +01:00
rodzic a146e74a55
commit 2bb1fa8b4b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -17,6 +17,7 @@ $ vim app/config/parameters.yml
$ bin/console doctrine:schema:create
$ bin/console doctrine:generate:entities MmiEnigmaBundle
$ bin/console doctrine:schema:update --force
$ bin/console assets:install --symlink --relative
```
@ -47,4 +48,4 @@ Utilisation de mage (`/.mage`)
```
$ vendor/bin/mage deploy to:production
```
```