This commit is contained in:
2021-02-12 14:52:16 +01:00
parent 988400f5e3
commit 62dc8f9376
+10 -8
View File
@@ -160,7 +160,16 @@ make exec_api
```
once inside the php container in /var/www/html you can use drush as usual
## updateding manualy mysql db
## Updating code
```
git pull figli master
git submodule update --recursive --checkout
make api_maj_config
```
## Updating manualy mysql db
copy your db backup into the mysql container
```sh
sudo docker cp your-db-file.sql enfrancais_mysql_1:/root/
@@ -178,13 +187,6 @@ mysql -uroot -penfrancais
mysql -uroot -penfrancais enfrancais < your-db-file.sql
```
## Updating
```
git pull figli master
git submodule update --recursive --checkout
make api_maj_config
```
## Makefile