Skip to content

Instantly share code, notes, and snippets.

@pynixwang
Last active June 8, 2018 12:22
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 pynixwang/a31627dbd64c7e2c29eb616c385b4f2d to your computer and use it in GitHub Desktop.
Save pynixwang/a31627dbd64c7e2c29eb616c385b4f2d to your computer and use it in GitHub Desktop.
dokku for ec2 or do
#cloud-config
runcmd:
- wget https://raw.githubusercontent.com/dokku/dokku/v0.12.8/bootstrap.sh
- DOKKU_TAG=v0.12.8 bash bootstrap.sh
- dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
- dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment