This commit is contained in:
Simon Vieille 2016-01-19 10:14:33 +01:00
부모 a146e74a55
커밋 2bb1fa8b4b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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