2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

minor fix

This commit is contained in:
Ameya Shenoy 2018-03-28 12:08:42 +05:30
parent e6c1d5a3cc
commit a2706fb4aa
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
apt-get install -y curl git wget vim python-dev gcc
# Install ERPNext
wget https://raw.githubusercontent.com/codingCoffee/bench/master/playbooks/install.py
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --develop --user frappe --mysql-root-password frappe --admin-password frappe

View File

@ -4,5 +4,5 @@
apt-get install -y curl git wget vim python-dev gcc
# Install ERPNext
wget https://raw.githubusercontent.com/codingCoffee/bench/master/playbooks/install.py
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production --user frappe --mysql-root-password frappe --admin-password frappe