How to Install ERPNext on Ubuntu
- Get link
- X
- Other Apps
If you are in Manufacturing,Distribution,Retail etc in whatever field you are you will surely required ERP to manage your Business.
ERP basically means "Enterprise Resource Planning".
ERP has so many modules.With the help of ERP you can manage your Leads,Acconting, Inventory, Human Resource etc.In today's world ERP is basics need for many big manufacturer in the market.
There are so many ERP software available in the market.ERPNext is one of the best and free "Open-Source" Software availble on the internet.So can install ERPNext ove your server and use for free.
You don't have to pay for ERPNext,all required is some basics Technical Knowledge to manage and maintain the software.
1. apt-get install python3-minimal build-essential python3-setuptools
2. sudo adduser [frappe-user]
3. sudo usermod -aG sudo [frappe-user]
4. su [frappe-user]
5. export LC_ALL=C.UTF-8
6. sudo wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
7. sudo -H python3 install.py --production --user [frappe-user]
--mysql-root-password [mypassword]
--admin-password [admin-password]
(if you faced any kind of error run again the
sudo -H python3 install.py --production --user [frappe-user]
--mysql-root-password [mypassword]
--admin-password [admin-password]
cd
cd frappe-bench
(to configure nginx )
run
bench setup nginx
sudo systemctl restart nginx
then
run
(frappe-bench)
If you find any difficulties over the installation,Emailed me at aakash.k.shrivastava@gmail.com
- Get link
- X
- Other Apps
Comments
Post a Comment