From 6911a736d467e8dc13f85845b724ae6a9b615fbd Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 13 Jan 2016 20:59:14 +0100 Subject: [PATCH] Readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e86ae..a9e2eae 100644 --- a/README.md +++ b/README.md @@ -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 & +```