Install ERP Next on AWS EC2
sudo apt-get update sudo apt-get upgrade -y sudo apt-get install python-minimal -y sudo apt-get install build-essential python-setuptools -y sudo wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py export LC_ALL=C.UTF-8 sudo python install.py --production --user frappe --admin-password [adminpass] --mysql-root-password [mysqlpass]
- Replace [adminpass] with your password to login to ERPNext
- Replace [mysqlpass] with your desired mysql password
Source: https://github.com/frappe/bench