Last active
December 11, 2015 07:09
-
-
Save kamituel/4564266 to your computer and use it in GitHub Desktop.
Installing Buildbot on Ubuntu 12.04
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 characters
$ 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