mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
fix: use easy_install of develop + path update
This commit is contained in:
parent
803fa2d6ac
commit
172a7c266b
@ -132,7 +132,7 @@ You need to install the following packages for the script to run:
|
||||
Download the Easy Install script and execute it:
|
||||
|
||||
```sh
|
||||
$ wget https://raw.githubusercontent.com/frappe/bench/master/install.py
|
||||
$ wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
|
||||
$ python3 install.py --production
|
||||
```
|
||||
|
||||
|
@ -36,7 +36,7 @@ If you are on a fresh server and logged in as root, at first create a dedicated
|
||||
|
||||
Switch to `[frappe-user]` (using `su [frappe-user]`) and start the setup
|
||||
|
||||
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
||||
wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
|
||||
|
||||
|
||||
#### 1. Run the install script
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
# Install ERPNext
|
||||
wget https://raw.githubusercontent.com/frappe/bench/master/install.py
|
||||
wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
|
||||
python install.py --develop --user frappe --mysql-root-password frappe --admin-password admin
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
# Install ERPNext
|
||||
wget https://raw.githubusercontent.com/frappe/bench/master/install.py
|
||||
wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
|
||||
python install.py --production --user frappe --mysql-root-password frappe --admin-password admin
|
Loading…
Reference in New Issue
Block a user