mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Update Install ERPNext Section
Added a line to inform about the credential used for login.
This commit is contained in:
parent
f2bf8cf10f
commit
a478fb0287
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ You can stop here and have a single bench single site setup complete. Continue t
|
||||||
docker compose --project-name erpnext-one exec backend \
|
docker compose --project-name erpnext-one exec backend \
|
||||||
bench new-site --mariadb-user-host-login-scope=% --db-root-password changeit --install-app erpnext --admin-password changeit two.example.com
|
bench new-site --mariadb-user-host-login-scope=% --db-root-password changeit --install-app erpnext --admin-password changeit two.example.com
|
||||||
```
|
```
|
||||||
|
Login with Username: Administrator Password: changeit
|
||||||
#### Create second bench
|
#### Create second bench
|
||||||
|
|
||||||
Setting up additional bench is optional. Continue only if you need multi bench setup.
|
Setting up additional bench is optional. Continue only if you need multi bench setup.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue