#!/bin/bash -eux # Install base requirements. apt-get install -y curl git wget vim python-dev gcc # Install ERPNext 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