Skip to content

Instantly share code, notes, and snippets.

@kamituel
Last active December 11, 2015 07:09
Show Gist options
  • Save kamituel/4564266 to your computer and use it in GitHub Desktop.
Save kamituel/4564266 to your computer and use it in GitHub Desktop.
Installing Buildbot on Ubuntu 12.04
$ apt-get install python-setuptools
$ wget http://buildbot.googlecode.com/files/buildbot-0.8.7p1.tar.gz
$ wget http://buildbot.googlecode.com/files/buildbot-slave-0.8.7p1.tar.gz
$ tar zxf buildbot-0.8.7p1.tar.gz
$ tar zxf buildbot-slave-0.8.7p1.tar.gz
$ easy_install buildbot-0.8.7p1
$ easy_install buildbot-slave-0.8.7p1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment