mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
Fixes
This commit is contained in:
parent
ac85e36311
commit
8397499e85
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user