Skip to content

Instantly share code, notes, and snippets.

@ryuchan00
Last active March 28, 2018 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryuchan00/6bf80e0eabe96d87b3bc8bde6a628005 to your computer and use it in GitHub Desktop.
Save ryuchan00/6bf80e0eabe96d87b3bc8bde6a628005 to your computer and use it in GitHub Desktop.
Install dokku script.
# [Dokku - The smallest PaaS implementation you've ever seen](http://dokku.viewdocs.io/dokku/getting-started/installation/)
# for debian systems, installs Dokku via apt-get
cd ~/
wget https://raw.githubusercontent.com/dokku/dokku/v0.11.6/bootstrap.sh
sudo DOKKU_TAG=v0.11.6 bash bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment