Last active
June 8, 2018 12:22
-
-
Save pynixwang/a31627dbd64c7e2c29eb616c385b4f2d to your computer and use it in GitHub Desktop.
dokku for ec2 or do
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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