-
-
Notifications
You must be signed in to change notification settings - Fork 1
Dokku on Digital Ocean
Dr Kim Foale edited this page May 26, 2021
·
3 revisions
For this you will need a Digital Ocean account. If you don't have one yet, please consider using our referral link which will give you more than enough credits to run this for 60 days.
A 'droplet' is Digital Ocean's term for a virtual server.
Anything not listed here you can just leave as it is.
- Click Create in the top right corner, and then Droplets
- Choose an image
- Go to 'Marketplace' tab
- Search for 'dokku'
- Select 'Dokku 0.21.4 on Ubuntu 20.04' (or whatever the latest version is)
- Choose a plan: 'Basic', 'Regular intel with SSD', '$5/mo'
- Choose a datacentre region: pick whichever datacentre is closest to you
- Authentication: we recommend using an SSH key method if you are able to follow the instructions in the interface. If not then a password is totally fine but make it a strong one, ideally using a strong password generator.
- Choose a hostname: pick a memorable name for the server
- Enable backups: this is up to you but we recommend it
- Click 'Create Droplet' and you're done!
You will then see a list of droplets in your interface. Give it a second while it sets up your new droplet.
- Copy the IP address (e.g. 123.123.123.123)
- In the terminal on your computer, type
ssh root@YOUR_IP
. Type 'yes' when it asks you if you want to proceed.
You can now return to the main installation instructions where you left off.