This commit is contained in:
Simon Vieille 2016-01-19 10:14:33 +01:00
rodič a146e74a55
revize 2bb1fa8b4b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -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
```
```