Update Install ERPNext Section

Added a line to inform about the credential used for login.
This commit is contained in:
YapWC 2025-07-08 15:52:08 +08:00 committed by GitHub
parent f2bf8cf10f
commit a478fb0287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.