diff options
author | makefu <root@pigstarter.de> | 2014-01-14 09:53:20 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-01-14 09:53:20 +0100 |
commit | 8c2c2a68ae1db0e6ce86ce6f50df148f73a33989 (patch) | |
tree | f156b832445b256152979ec1c2e00a9a1f8a0f58 /sites/buildbot.krebsco.de/INSTALLATION.md | |
parent | 883d70a810498b36ab174f2d3bfc2993e7502453 (diff) | |
parent | 5c5fc52820e94effbc64d0f248a8e262945c2ce3 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'sites/buildbot.krebsco.de/INSTALLATION.md')
-rw-r--r-- | sites/buildbot.krebsco.de/INSTALLATION.md | 17 |
1 files changed, 17 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..b31a3989 --- /dev/null +++ b/sites/buildbot.krebsco.de/INSTALLATION.md @@ -0,0 +1,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 |