updated src
This commit is contained in:
parent
76123f2fe6
commit
64540554a9
|
@ -44,9 +44,6 @@ cp -r ressources/drupal/services.yml src/web/sites/default/
|
||||||
### get the sites/default/files folder
|
### get the sites/default/files folder
|
||||||
rsync the files from you know where (if you don't, you don't) to src/sites/default/files/
|
rsync the files from you know where (if you don't, you don't) to src/sites/default/files/
|
||||||
|
|
||||||
### xdebug
|
|
||||||
copy ```ressources/xdebug.ini.exemple``` to ```ressources/xdebug.ini``` and edit the ```xdebug.remote_host``` ip to your host locale ip (e.g. : 192.168.0.23) (or once the docker is started to the host ip from the container point of vu e.g. 172.21.0.1)
|
|
||||||
|
|
||||||
## Mysql
|
## Mysql
|
||||||
Copy your-sql-dump.sql files into ```./ressources/erable.sql```
|
Copy your-sql-dump.sql files into ```./ressources/erable.sql```
|
||||||
They will be automaticly imported into the mysql containers dbs (only) on the first docker-compose up
|
They will be automaticly imported into the mysql containers dbs (only) on the first docker-compose up
|
||||||
|
|
Loading…
Reference in New Issue