Everything Your Organization Needs
ERPNext is the world's best 100% open source ERP Software
It is comprehensive, designed for self implementation, and easy to use. This video explains how to install and setup a company
How To install Erpnext in Ubuntu 18.04 Step By Step
Step-1
sudo apt-get install git
Step-2
sudo apt-get install python-dev
Step-3
sudo apt-get install python-setuptools python-pip
Step-4
sudo apt-get install virtualenv
Step-5
alias python=python3
alias pip=pip3
Step-6
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://ftp.ubuntu- tw.org/mirror/mariadb/repo/10.3/ubuntu xenial main'
sudo apt-get update
sudo apt-get install mariadb-server-10.3
Step-6
sudo mysql_secure_installation
Step-7
sudo apt-get install libmysqlclient-dev
Step-8
sudo nano /etc/mysql/my.cnf
(And add this to the file)
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4
Step-9
sudo service mysql restart
Step-10
sudo apt-get install redis-server
Step-11
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
Step-12
sudo npm install -g yarn
Step-13
wget https://github.com/wkhtmltopdf/packag... 1.bionic_amd64.deb
sudo apt install ./wkhtmltox_0.12.6-1.bionic_amd64.deb
rm wkhtmltox_0.12.6-1.bionic_amd64.deb
Step-14
adduser erpnext
usermod -aG sudo erpnext
su - erpnext
Step-15
sudo -H pip install frappe-bench
Step-16
bench init --frappe-branch version-12 frappe-bench
Step-17
cd frappe-bench
Step-18
./env/bin/pip install -e apps/frappe/
Step-19
bench start
Step-20
cd frappe-bench
bench new-site techhacktamil(your site)
Step-21
sudo nano /etc/hosts
127.0.0.1 techhacktamil
Step-22
bench get-app --branch version-12 erpnext
Step-23
./env/bin/pip install -e apps/erpnext/
Step-24
bench --site techhacktamil install-app erpnext
Step-25
bench Start
#ERPNext,#Open_source,#how_to_easy_install_erpnext #tamil #frappe