2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-27 08:18:25 +00:00
bench/vm/scripts/debian_family/install_erpnext_develop.sh

8 lines
303 B
Bash
Raw Normal View History

2018-03-05 13:16:34 +05:30
#!/bin/bash -eux
# Install base requirements.
apt-get install -y curl git wget vim python-dev gcc
# Install ERPNext
wget https://raw.githubusercontent.com/codingCoffee/bench/master/playbooks/install.py
2018-03-08 20:05:38 +05:30
sudo python install.py --develop --user frappe --mysql-root-password frappe --admin-password frappe