2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

Merge pull request #167 from vjFaLk/patch-1

More specific details about passwords generated
This commit is contained in:
Anand Doshi 2015-12-16 17:02:52 +05:30
commit 0fe96e7e07

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.