Dear Digital Ocean Contributors!
Please place a detailed and step-by-step guide to install ERPNext.com platform from manual installation points of view.
The guys out there are doing good job but it looks like some commits having bad impact on the overall performance.
Please go through and provide clear manual installation guide for the components named Bench, Frappe Framework and ERPNext.
They are calling the last two as Apps based on the 1st one as somehow engine.
Please assume that, non-skilled users like me are looking for installation specific versions of any of the above, in particular Frappe Framework which is not clear out there.
Please consider Ubuntu 14.04, MariaDB, Redis, NodeJS and WKHTMLtoPDF with patched QT.
Assume the source is available for any which is not supposed to be the latest ones.
Thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It appears that they provide a installer for ERPNext. Based on the documentation available the process would be:
1.) Create a new droplet using Ubuntu 14.04 or CentOS 7
2.) Log into the droplet as root
3.) Run the following:
According to the official documentation this will:
This script will:
You will have to manually create a new site (bench new-site) and get apps that you need (bench get-app, bench install-app).
Good day, just attempting this and was wondering if “mysqlpa55w00rd” and “mysqlpa55w00rd” could be anything that I chose?
try from the console: $ bash ./install-erp.sh 8080 testsite
as the install-erp.sh is a script text and need to be executable using bash, or make it executable using $ chmod +x install-erp.sh so it can be used directly:
$ ./install-erp.sh 8080 testsite
hope this helps, e
Here are the scripts we use to install ERPNext in two steps:
notes: substitute “mysqlpa55w00rd” and “mysqlpa55w00rd” accordingly
notes: substitute “mysqlpa55w00rd” and “mysqlpa55w00rd” as needed
where erpname is the name of the site instance and the port 8080 is the port number.
Let the installer finish. The resulting installation is going to be on the droplet ip and the port number like: http://yourdroplet_ip:8080
you could then configure a proxy to handle the ports as subdomains so your erpnext site is easily located as: http://mysite.mydroplet
Enjoy erpnext!!