2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-12 15:48:24 +00:00

update readme

This commit is contained in:
Pratik Vyas 2014-11-11 10:51:57 +05:30
parent 388a395803
commit 0fb4b76aee

View File

@ -19,10 +19,12 @@ Open your Terminal and enter:
``` ```
wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
sudo bash setup_frappe.sh sudo bash setup_frappe.sh --setup-production
``` ```
This script should install the pre-requisites and add a bench command. This script should install the pre-requisites, install bench and setup an ERPNext site.
If you want to develop ERPNext or any Frappe App, you can omit the "--setup-production" part from the command.
Manual Install Manual Install
@ -181,8 +183,10 @@ Production Deployment
===================== =====================
You can setup the bench for production use by configuring two programs, You can setup the bench for production use by configuring two programs
Supervisor and nginx. , Supervisor and nginx. These steps are automated if you pass
`--setup-production` to the easy install script or run `sudo bench
setup production`
Supervisor Supervisor
---------- ----------