Skip to content

Instantly share code, notes, and snippets.

@LinuxIntellect
Last active January 30, 2022 17:58
Show Gist options
  • Save LinuxIntellect/ea8563ec2e1fa21ba5954877c7ae5ab1 to your computer and use it in GitHub Desktop.
Save LinuxIntellect/ea8563ec2e1fa21ba5954877c7ae5ab1 to your computer and use it in GitHub Desktop.
I will do install ERPNext (Open Source ERP System) on Ubuntu 20.04
# If you need to install ERPNext: Open Source ERP System on your ubuntu then contact with me:
# Skype: zobaer.ahmed5
# BiP: +8801818264577
# Whatsapp: +8801818 264577
# Telegram: +8801818 264577
# Viber: +8801818264577
# Signal: +8801818264577
# Email: linuxintellect@gmail.com
# https://www.linkedin.com/in/linuxintellect
# Youtube Video: https://www.youtube.com/watch?v=MeHvZ8KaRmM&list=PLxWXSOTpVBPHHAvwVsQ4w78Mu9KkzAbBk
############################################################################################################################
## Step 1 — Configuring the Firewall ##
# To open multiple ports you can use the following commands:
sudo ufw allow 22/tcp
sudo ufw allow 25/tcp
sudo ufw allow 143/tcp
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw allow 3306/tcp
sudo ufw allow 8000/tcp
# After opening all necessary ports enable the firewall:
sudo ufw enable
# Now confirm the status of your firewall:
sudo ufw status
# UFW will output a list of your enabled rules. Make sure ERPNext’s necessary ports are open:
# OUTPUT:
Status: active
To Action From
-- ------ ----
22/tcp ALLOW Anywhere
25/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
143/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
3306/tcp ALLOW Anywhere
8000/tcp ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
25/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
143/tcp (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
3306/tcp (v6) ALLOW Anywhere (v6)
8000/tcp (v6) ALLOW Anywhere (v6)
## Step 2 — Updating the system
sudo apt update
sudo apt upgrade
# Now you are ready to test your installation.
# First of all, verify that key production services are running. Use the following systemctl command and then pipe it to grep:
systemctl list-unit-files | grep 'fail2ban\|nginx\|supervisor'
# You will see an output like this:
# Output
fail2ban.service enabled
nginx.service enabled
supervisor.service enabled
# After confirming that everything is working as expected, you can test ERPNext 12 live on your server.
# Open your favorite browser and navigate your_domain, or whereever you are hosting your ERPNext 12 application.
# Go to : localhost
#erpnext #opensource erp #ubuntu #freeerp #crm #marketing #selling system #accounting system #payroll system #education system
#training system #management system #project management tool #todo list system #freelancer for erp #erpnext on ubuntu #How to install erpnext on ubuntu
#linuxintellect #erp developer #erpnext configure on ubuntu #How to install erpnext on ubuntu github
@LinuxIntellect
Copy link
Author

Screenshot from 2022-01-17 21-06-50
Screenshot from 2022-01-17 21-06-03
Screenshot from 2022-01-17 21-00-22
Screenshot from 2022-01-17 20-57-18
Screenshot from 2022-01-17 20-30-07
Screenshot from 2022-01-12 23-56-25
Screenshot from 2022-01-12 23-55-34
Screenshot from 2022-01-12 23-40-36
Screenshot from 2022-01-12 23-27-45
Screenshot from 2022-01-12 00-06-29

@LinuxIntellect
Copy link
Author

#erpnext #opensource erp #ubuntu #freeerp #crm #marketing #selling system #accounting system #payroll system #education system
#training system #management system #project management tool #todo list system #freelancer for erp #erpnext on ubuntu #How to install erpnext on ubuntu
#linuxintellect #erp developer #erpnext configure on ubuntu #How to install erpnext on ubuntu github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment