summaryrefslogtreecommitdiffstats
path: root/sites/buildbot.krebsco.de/INSTALLATION.md
blob: b31a3989f414df7bcb5b5f29aff12446baf405aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#?/bin/sh
# something like this

useradd ci
punani install python-virtualenv 
su ci
virtualenv buildbot
echo ". $HOME/buildbot/bin/activate" >~/.bashrc
pip install buildbot-slave buildbot
buildbot create-master master
# tahoe cp krebs:master.conf master/master.conf
buildbot reconf master
# or reconfigure as many slaves as you wish
buildslave create-slave slave localhost "ubuntu1204-local-slave" <PWD>
buildbot start master
buildslave start slave
# now make sure that docker is up and working