2
0
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:
Gavin D'souza 2020-05-04 16:03:17 +05:30
parent 803fa2d6ac
commit 172a7c266b
4 changed files with 4 additions and 4 deletions

View File

@ -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
```

View File

@ -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

View File

@ -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

View File

@ -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