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
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 |
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 |