Skip to content

Instantly share code, notes, and snippets.

View pynixwang's full-sized avatar
🤪
Focusing

Pynix Wang pynixwang

🤪
Focusing
View GitHub Profile
@pynixwang
pynixwang / dokku_launch_script.sh
Last active June 8, 2018 12:22
dokku for lightsail
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
#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