Skip to content

Instantly share code, notes, and snippets.

@mslinn
Last active August 29, 2015 13:57
Show Gist options
  • Save mslinn/9909170 to your computer and use it in GitHub Desktop.
Save mslinn/9909170 to your computer and use it in GitHub Desktop.
GitBucket Scripts
wget -O /opt/ https://github.com/takezoe/gitbucket/releases/download/1.12/gitbucket.war
java -jar /opt/gitbucket.war
heroku create bitgucket
git remote add heroku git@heroku.com:bitgucket.git
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment