2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00
This commit is contained in:
Davide Bortolami 2020-04-17 20:15:11 +01:00
parent ac85e36311
commit 8397499e85
2 changed files with 1 additions and 12 deletions

View File

@ -8,8 +8,6 @@ services:
volumes:
- ../installation/frappe-mariadb.cnf:/etc/mysql/conf.d/frappe.cnf
- mariadb-vol:/var/lib/mysql
ports:
- 3306:3306
redis-cache:
image: redis:alpine

View File

@ -102,15 +102,6 @@ The command will ask the MariaDB root password. The default root password is `12
This will create a new site and a `mysite.localhost` directory under `frappe-bench/sites`.
You may need to configure your system /etc/hosts if you're on Linux, Mac, or its Windows equivalent.
### Launching
To launch witho
```shell
bench new-site mysite.localhost
```
Your website will now be accessible on [localhost on port 8000](http://locahost:8000)
### Set bench developer mode on the new site
To develop a new app, the last step will be setting the site into developer mode. Documentation is available at [this link](https://frappe.io/docs/user/en/guides/app-development/how-enable-developer-mode-in-frappe).
@ -140,7 +131,7 @@ bench start
```
You can now login with user `Administrator` and the password you choose when creating the site.
Your website will now be accessible on [on port 8000](http://locahost:8000)
Note: To start bench with debugger refer section for debugging.
### Fixing MariaDB issues after rebuilding the container