Version 0.8.14
OS Ubuntu 20.04
ssh root@your_droplet_public_ipv4
NOTE: It's recommended that you add your public key to your droplet.
https://your_droplet_public_ipv4
To get started, log in using the default credentials (admin:password) and choose the Main Warehouse location.
Once logged in, it is recommended that you change the admin user's password.
Please note that your connection to the application is not secure. It is recommended that you enable HTTPS. Review the following instructions in order to enable HTTPS using Apache.
Review the instructions in the following discussion forum post to help you get started with the software.
https://discuss.openboxes.com/t/openboxes-1-click-app-install-via-digitalocean-marketplace/311
Keep an eye out for new releases on our blog, the discussion forum or the GitHub Releases
Once a new version has been released, use the following instructions to upgrade your instance.
https://docs.openboxes.com/en/latest/upgrading/
NOTE: It is highly recommended that you backup your database or take a snapshot of your droplet before upgrading.
If you encounter any issues or would like to leave feedback, please join our [
community support forum
https://openboxes.com/community.
In addition to creating a Droplet from the OpenBoxes 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB OpenBoxes Droplet in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into 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":"openboxes-20-04"}' \
"https://api.digitalocean.com/v2/droplets"
Discussion forum
Video tutorials
Documentation