summaryrefslogtreecommitdiffstats
path: root/sites/buildbot.krebsco.de/INSTALLATION.md
diff options
context:
space:
mode:
Diffstat (limited to 'sites/buildbot.krebsco.de/INSTALLATION.md')
-rw-r--r--sites/buildbot.krebsco.de/INSTALLATION.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/sites/buildbot.krebsco.de/INSTALLATION.md b/sites/buildbot.krebsco.de/INSTALLATION.md
new file mode 100644
index 00000000..83ffc9c3
--- /dev/null
+++ b/sites/buildbot.krebsco.de/INSTALLATION.md
@@ -0,0 +1,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