Dokos

Dokos is a full-featured open-source ERP (enterprise resource planning) well suited for small and medium enterprises.

It can help any type of company manage their sales or purchase cycle, inventory, projects, accounting and more. Ideal choice for companies wanting to keep their data private while benefiting from a modern and complete tool to run their business.

Software Included

Package Version License
Docli 1.0.1 GNU GPLv3
Dodock 1.4.0 MIT
Dokos 1.4.0 GNU 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 Dokos 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Dokos 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": "dokos-18-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying Dokos

Getting started after deploying Dokos

Once deployed, the default bench and site files are located in /home/dokos/dokos-bench

All bench commands should be run by user dokos

You can connect to user dokos by running: su - dokos

Passwords for mariadb root user and dokos admin users are registered in /home/dokos/passwords.txt

The admin username is Administrator

It is recommended to change the default passwords and delete this file after the first connection.

To connect to your site, just enter the IP address of your droplet in your web browser.

Learn more about dokos at: https://doc.dokos.io

Be part of the community: https://community.dokos.io