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

useradd ci -m
punani install python2-virtualenv 
su ci
virtualenv2 buildbot
echo ". $HOME/buildbot/bin/activate" >>~/.bashrc
. ~/.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