Commit f565c7cf by Yvon

nextlines in install.md

parent c358be44
...@@ -82,8 +82,11 @@ Création des tables et des contraintes : ...@@ -82,8 +82,11 @@ Création des tables et des contraintes :
Charger les fixtures standards : Charger les fixtures standards :
Pour une instance non TAV : Pour une instance non TAV :
**$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=pro** **$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=pro**
Pour une instance TAV : Pour une instance TAV :
**$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=tavpro** **$ php bin/console hautelook:fixtures:load --purge-with-truncate --env=tavpro**
Vous obtiendrez cette erreur ci dessous, c'est normal ! Vous obtiendrez cette erreur ci dessous, c'est normal !
...@@ -94,8 +97,11 @@ There is no main category related to context: rubrique ...@@ -94,8 +97,11 @@ There is no main category related to context: rubrique
**$ php bin/console sonata:media:fix-media-context** **$ php bin/console sonata:media:fix-media-context**
Pour une instance non TAV : Pour une instance non TAV :
**$ php bin/console hautelook:fixtures:load --append --env=pro** **$ php bin/console hautelook:fixtures:load --append --env=pro**
Pour une instance TAV : Pour une instance TAV :
**$ php bin/console hautelook:fixtures:load --append --env=tavpro** **$ php bin/console hautelook:fixtures:load --append --env=tavpro**
Supprimer le cache (si besoin) Supprimer le cache (si besoin)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment