From 76123f2fe6ce0234651e705b99b8c89c72fd29de Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 1 Dec 2023 11:07:19 +0100 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df2601e..a57a62b 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ make up Be aware that a first up, since the db is empty, it will be populated with your files ressources/db_d7.sql and ressources/db_d9.sql. It may take some time depending of your db size. ## Drupal Composer install -Only at first up, finish to install drupal 9 composer dependencies +Only at first up, finish to install drupal composer dependencies ```sh make exec_php composer install @@ -168,7 +168,7 @@ make composer_install ``` ## Visualize -You can now visit http://dev.d7.erable.archi.fr and http://dev.d9.erable.archi.fr on your browser +You can now visit http://dev.erable.fr on your browser After the first run ## Coding @@ -297,4 +297,5 @@ exec_mysql: dump_db: docker exec erable-mysql-1 sh -c 'exec mysqldump -uroot -perable erable' > ./ressources/erable-$(DATE_NOW)-local.sql + ```