Skip to content

Instantly share code, notes, and snippets.

@mbajur
Created March 12, 2015 16:43
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 mbajur/d65c92445f48603424e7 to your computer and use it in GitHub Desktop.
Save mbajur/d65c92445f48603424e7 to your computer and use it in GitHub Desktop.
Install drone.io

(important) Setup ubuntu to use aufs driver for drone

sudo apt-get install linux-image-extra-$(uname -r)
sudo reboot

Install docker

curl -s https://get.docker.io/ubuntu/ | sudo sh

Install drone.io

wget downloads.drone.io/master/drone.deb
sudo dpkg -i drone.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment