Skip to content

Instantly share code, notes, and snippets.

@kumekay
Last active August 29, 2015 14: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 kumekay/9343c0f0b7e69919de43 to your computer and use it in GitHub Desktop.
Save kumekay/9343c0f0b7e69919de43 to your computer and use it in GitHub Desktop.
Dokku with plugins installer
# Tested on Online.net Ubuntu 14.04-2 x64
sudo apt-get install curl
sudo ssh-keygen -t rsa -b 4096 -C "test@test.test"
wget https://raw.github.com/progrium/dokku/v0.3.18/bootstrap.sh
sudo DOKKU_TAG=v0.3.18 bash bootstrap.sh
# setup dokku plugins
cd /var/lib/dokku/plugins/
sudo git clone https://github.com/ribot/dokku-slack slack
sudo git clone https://github.com/bigboxsoftware/dokku-sidekiq sidekiq
sudo git clone https://github.com/luxifer/dokku-redis-plugin redis
sudo git clone https://github.com/Kloadut/dokku-pg-plugin postgresql
sudo git clone https://github.com/michaelshobbs/dokku-app-predeploy-tasks.git
sudo git clone https://github.com/F4-Group/dokku-apt
sudo dokku plugins-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment