Skip to content

Instantly share code, notes, and snippets.

@nicksavers
Last active August 29, 2015 14:06
Show Gist options
  • Save nicksavers/193af8f3f7379ace0e2d to your computer and use it in GitHub Desktop.
Save nicksavers/193af8f3f7379ace0e2d to your computer and use it in GitHub Desktop.
Setup for Buildbot VPS
As user: root
=============
adduser buildbot
adduser buildslave
adduser buildbot sudo
apt-get update && sudo apt-get upgrade
apt-get install git python-dev python-pip python-virtualenv
pip install buildbot
pip install buildbot-slave
pip install simplejson
As user: buildbot
=================
Then following the steps (skipping easy_install):
http://docs.buildbot.net/current/tutorial/firstrun.html
copy files into master/:
master.cfg
users.json
slaves.json
buildstatusimage.py
port 80 reforward mbv rinetd:
apt-get install rinetd
vi /etc/rinetd.conf
0.0.0.0 80 127.0.0.1 8010
Followed instructions on:
https://help.ubuntu.com/community/AutomaticSecurityUpdates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment