mirror of
https://github.com/frappe/bench.git
synced 2025-02-12 15:48:24 +00:00
update readme
This commit is contained in:
parent
388a395803
commit
0fb4b76aee
12
README.md
12
README.md
@ -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
|
||||||
----------
|
----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user