From 87f236483fe468957472fa7679cf2251c6396184 Mon Sep 17 00:00:00 2001 From: Valmik Date: Fri, 18 Dec 2015 11:12:03 +0530 Subject: [PATCH] Updated text to make a clear distinction Better clarity about the differences between Production and Development environments. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51a706bf..6d9cea8b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ 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. Passwords for Frappe, Frappe Administrator and MariaDB (root) will be generated. 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. This will setup ERPNext with nginx, with Supervisor enabled and checkout the master branch of the ERPNext repo. -If you want to develop ERPNext or any Frappe App, you can omit the "--setup-production" part from the command. +If you want to develop ERPNext or any Frappe App, you can omit the "--setup-production" part from the command. This will setup ERPNext as well, however it will setup NodeJS, have Supervisor disabled, and checkout the develop branch of the ERPNext repo. Note: If you are using a DigitalOcean droplet or any other cloud provider's vps, make sure it has >= 1gb of ram or has swap setup properly.