2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

More specific details about passwords generated

This commit is contained in:
Valmik 2015-12-16 16:27:05 +05:30
parent df9209201c
commit 01d2604b69

View File

@ -22,7 +22,7 @@ wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup
sudo bash setup_frappe.sh --setup-production
```
This script should install the pre-requisites, install bench and setup an ERPNext site. You can then login as Administrator with the Administrator password printed.
This script should install the pre-requisites, install bench and setup an ERPNext site. Passwords for Frappe, Frappe Administrator and MariaDB (root) will be generated. You can then login as Administrator with the Administrator password printed.
If you want to develop ERPNext or any Frappe App, you can omit the "--setup-production" part from the command.