diff options
author | lassulus <lassulus@googlemail.com> | 2014-01-14 03:59:49 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2014-01-14 03:59:49 +0100 |
commit | 5c5fc52820e94effbc64d0f248a8e262945c2ce3 (patch) | |
tree | c54a336c93253afbe89bd8489516fd1379394f6f /sites/buildbot.krebsco.de/INSTALLATION.md | |
parent | b137ee46632b884c9c74f28ed38c3e6e89c17dcc (diff) | |
parent | da8f0952253b7463ec1951dcdee0127fe7782c88 (diff) |
Merge branch 'master' of 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 |