Merge commit '78b2db1af10c0f94a50395f06f6021934921fe17' into develop

This commit is contained in:
Davide Bortolami
2020-04-17 00:34:42 +01:00
6 changed files with 56 additions and 13 deletions

View File

@@ -122,6 +122,16 @@ bench get-app myapp https://github.com/myusername/myapp.git
bench --site my.site install-app myapp
```
### Start development
Execute following command from the `frappe-bench` directory.
```shell
bench start
```
Note: To start bench with debugger refer section for debugging.
### Fixing MariaDB issues after rebuilding the container
The `bench new-site` command creates a user in MariaDB with container IP as host, for this reason after rebuilding the container there is a chance that you will not be able to access MariaDB correctly with the previous configuration