Skip to content

Instantly share code, notes, and snippets.

@muddydixon
Last active August 29, 2015 14:03
Show Gist options
  • Save muddydixon/36bd1ede6d981170e088 to your computer and use it in GitHub Desktop.
Save muddydixon/36bd1ede6d981170e088 to your computer and use it in GitHub Desktop.
ubuntu14.04でのdroneのbuild
# mkdir -p /usr/local/lib/go
# export GOPATH=/usr/local/lib/go
# export GOBIN=$GOPATH/bin
# apt-get update
# apt-get install docker.io
# ln -sf /usr/bin/docker.io /usr/local/bin/docker
# sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
# apt-get install git mercurial bzr gcc
# go get git@github.com:drone/drone.git
# cd $GOPATH/src/github.com/drone/drone/
# make deps 
# make
# # makeでコケるときにはその都度個別に `go get XXX`を実施
# git clone https://github.com/takezoe/gitbucket.git
# apt-get install scala
# apt-get install ant
# ant war
# ls target/scala-2.10/gitbucket_2.10-0.0.1.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment