added api drupal update make commands

This commit is contained in:
2021-02-12 14:50:16 +01:00
parent 1b5600295f
commit 988400f5e3
2 changed files with 25 additions and 0 deletions
+8
View File
@@ -178,6 +178,14 @@ 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
DO NOT use directly docker or docker-compose to run this instance