Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Last active June 7, 2020 02:53
Show Gist options
  • Save worldofprasanna/949eba653206079f62f8d8e55422ac22 to your computer and use it in GitHub Desktop.
Save worldofprasanna/949eba653206079f62f8d8e55422ac22 to your computer and use it in GitHub Desktop.
Installation of dokku
ssh root@<vm-public-ip-address>
# Inside VM
wget https://raw.githubusercontent.com/dokku/dokku/v0.20.4/bootstrap.sh
sudo DOKKU_TAG=v0.20.4 bash bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment