DigitalOcean Installation

Installing MinnoSuite on DigitalOcean is extremely easy. Using DigitalOcean is not free, but probably the cheapest option would be enough for most labs.

  1. Register / sign in to DigitalOcean here .

  2. Go here and click the “Create Docker Droplet” button.

  3. Pick which price tier to use, probably the cheapest one at $5/month. The defaults are probably fine for other options. Go through everything until your droplet is created.

  4. Connect to the droplet using SSH. You should have an email from DigitalOcean with the ip address, username, and password to use.

  5. From the command line, run: wget "https://minnojs.github.io/docsite/installation/basicinstallation/docker-compose.yml"

  6. Next run: docker-compose up -d

  7. You should now be able to enter the IP address of your droplet into your browser bar and connect to the dashboard.

  8. To set up your domain with it and enable SSL, follow our guide here.

  9. If you need to shutdown the docker server, from the command line run docker-compose down.


Last modified March 11, 2021: setup hugo (11980dc)