Powered by Blogger.

How to install ERPNext on Ubuntu Desktop 16.04 LTS


Log in as root


su -


Update the system and install necessary packages


apt-get update && sudo apt-get -y upgrade
apt-get install wget python-minimal

Install Frappe and ERPNext
Download install script :


cd && wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py


Start the installation by command below :

python install.py --production --user frappe


During the installation process, the script will ask you for a MariaDB root password and a Frappe Administrator password which you can use later on to log in to the ERPNext dashboard. Make sure to use a strong password.

The installation will take some time and if it is successful, you will see something like this:

Frappe/ERPNext has been successfully installed!


No comments