uzERP

uzERP is a suite of business software that delivers big company functionality on a small company budget, including accounting, stock, manufacturing and more.

uzERP enables you to:

  • MANAGE STOCK - Keep cash in the bank and out of the warehouse.
  • IMPROVE CASHFLOW - Cash REALLY is king and cashflow is the lifeblood of any business, large or small.
  • DELIVER ON-TIME - Serve customers on-time, with the information needed available to all departments.
  • INCREASE PRODUCTIVITY - Work more efficiently with standardised business processes and information.

Software Included

Package Version License
uzERP 1.26.6 GPLv3

Creating an App using the Control Panel

Click this 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.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the uzERP 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB uzERP 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": "uzerpllp-uzerp-18-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying uzERP

After launching your droplet, navigate to http://your_droplet_public_ipv4 in your browser where you will be presented with the login page.

The initial install comes with a starter database and has one user called ‘admin’ with the password ‘admin’ - this user will have administrative privileges so the password should be changed as soon as possible after installation to something more appropriate by going to the Setup menu and selecting the users option and the admin user.

If you would like to connect using encrypted HTTPS traffic, the simplest way is to use a DigitalOcean load balancer and install a LetsEncrypt certificate.

More info on tasks post installation can be found here https://support.uzerp.com/docs/setup/initial-setup/