Month: May 2019

Install ERPNEXT in Ubuntu

By Robby 0 Comment May 9, 2019

Step 1:Removed all mysql and maria db package using apt-get remove. $ sudo apt-get purge mysql* $ sudo apt-get autoremove $ sudo apt-get autoclean $ sudo apt-get install mariadb-server Restart mysql $ /etc/init.d/mysql start Step 2: https://github.com/frappe/bench#easy-install$ wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py $ sudo python install.py –develop Bench will be installed successfully but it will say ERPNext installed […]