readme
This commit is contained in:
parent
7290f7d1ad
commit
76123f2fe6
|
@ -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.
|
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
|
## 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
|
```sh
|
||||||
make exec_php
|
make exec_php
|
||||||
composer install
|
composer install
|
||||||
|
@ -168,7 +168,7 @@ make composer_install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Visualize
|
## 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
|
After the first run
|
||||||
|
|
||||||
## Coding
|
## Coding
|
||||||
|
@ -297,4 +297,5 @@ exec_mysql:
|
||||||
dump_db:
|
dump_db:
|
||||||
docker exec erable-mysql-1 sh -c 'exec mysqldump -uroot -perable erable' > ./ressources/erable-$(DATE_NOW)-local.sql
|
docker exec erable-mysql-1 sh -c 'exec mysqldump -uroot -perable erable' > ./ressources/erable-$(DATE_NOW)-local.sql
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue