readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user