Setting up a complex system like ERPNext can be tedious. And if you have doubts regarding the complexity of the system, ERPNext provides essential features right from Manufacturing, Accounts, Inventory Management, Project Management, HRMS, and more to digitize, automate, and simplify your organization’s processes.
This “1-Click” will help you focus on the things that matter to you, like, setting up your instance for scale..or..you could just amuse yourself with this masterpiece.
Package | Version | License |
---|---|---|
ERPNext | 12.5.0 | GPLv3 |
Frappe | 12.3.0 | MIT |
Bench | GPLv3 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the ERPNext 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB ERPNext Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "erpnext-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Once you’re connected, follow the on-screen instructions for the initial setup. All commands to control your instance will be under the frappe
user. By default, changing to frappe
user will start the current working directory in the frappe-bench
.
Apart from the default site this image comes with, a simple bench new-site {site-name}
can be used to instantiate a new site. You’ll need to enable mutlitenancy for that though. Thankfully everything you need is at:
We strongly recommend using SSL to secure the connection between your ERPNext server and the clients connecting to it. Frappe provides the following resources on setting up SSL:
PS: If you believe any of these resources are inadequate, do send in a PR :)