Compare commits

..

No commits in common. "7290f7d1adc3df1190fb365306aa57961b7e300d" and "32c7eff2270c3fc2ede587e4981e5eabae0470b5" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View File

@ -20,17 +20,11 @@ https://wiki.archlinux.org/index.php/Docker#Installation
this will clone this repos (main docker environement) and the erable.arch.fr drupal 9 source code (without sites/default folder nor mysq ddbs) this will clone this repos (main docker environement) and the erable.arch.fr drupal 9 source code (without sites/default folder nor mysq ddbs)
``` ```
git clone --recursive -o figli https://figureslibres.io/gitea/bachir/docker-erable.git git clone --recursive -o figli https://figureslibres.io/gogs/bachir/docker-erable.git
``` ```
submodules : submodules :
- https://figureslibres.io/gitea/bachir/drupal-erable - https://figureslibres.io/gogs/bachir/drupal-erable
## touch log file
```
touch log/nginx/error.log
touch log/nginx/erable/error.log
```
### setup /sites/default/settings.php ### setup /sites/default/settings.php

View File