Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a63aa691fc | ||
|
|
03a894c9f3 | ||
|
|
949092d515 | ||
|
|
1084388e21 | ||
|
|
d052ac70f3 |
@@ -35,7 +35,7 @@ ps:
|
||||
logs:
|
||||
docker-compose logs -f
|
||||
|
||||
maj_config: crd composer_install updb cim cr pag #dev.phpmyadmin.reha.fr
|
||||
maj_config: crd composer_install updb cim cac cr #pag
|
||||
|
||||
crd:
|
||||
docker exec reha-php-1 /bin/bash -c "drush cache-clear drush"
|
||||
@@ -49,8 +49,8 @@ updb:
|
||||
cim:
|
||||
docker exec reha-php-1 /bin/bash -c "drush config-import -y"
|
||||
|
||||
# sync_struct:
|
||||
# docker exec reha-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full"
|
||||
cac:
|
||||
docker exec reha-php-1 /bin/bash -c "drush content_as_config:import block_content --style=safe && drush content_as_config:import menu_link_content --style=safe"
|
||||
|
||||
cr:
|
||||
docker exec reha-php-1 /bin/bash -c "drush cr"
|
||||
@@ -77,4 +77,4 @@ exec_mysql:
|
||||
docker exec -it reha-mysql-1 bash
|
||||
|
||||
dump_db:
|
||||
docker exec reha-mysql-1 sh -c 'exec mysqldump -uroot -preha reha' > ./ressources/reha-$(DATE_NOW)-local.sql
|
||||
docker exec reha-mysql-1 sh -c 'exec mariadb-dump -uroot -preha reha' > ./ressources/reha-$(DATE_NOW)-local.sql
|
||||
|
||||
@@ -153,7 +153,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
|
||||
@@ -162,7 +162,7 @@ make composer_install
|
||||
```
|
||||
|
||||
## Visualize
|
||||
You can now visit http://dev.d7.reha.archi.fr and http://dev.d9.reha.archi.fr on your browser
|
||||
You can now visit http://dev.reha.fr on your browser
|
||||
After the first run
|
||||
|
||||
## Coding
|
||||
|
||||
+1
-1
Submodule src updated: 5998f9fc27...69d3047cfc
Reference in New Issue
Block a user