This commit is contained in:
Bachir Soussi Chiadmi 2023-12-01 11:07:19 +01:00
parent 7290f7d1ad
commit 76123f2fe6
1 changed files with 3 additions and 2 deletions

View File

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