Created
March 12, 2015 16:43
-
-
Save mbajur/d65c92445f48603424e7 to your computer and use it in GitHub Desktop.
Revisions
-
mbajur created this gist
Mar 12, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ ## *(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