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

Next

Newsletter Updates

Enter your email address below to subscribe to my newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *