diff options
| author | makefu <root@pigstarter.de> | 2014-01-22 15:58:59 +0100 | 
|---|---|---|
| committer | makefu <root@pigstarter.de> | 2014-01-22 15:58:59 +0100 | 
| commit | 2b4a7b09a5ea90cde39747f503ddc3cf030eb2aa (patch) | |
| tree | c382d8d210d3039ce4a56c5100297a92ea44d924 | |
| parent | 9e66fd62cf9038d38e1642790c74daa7fa292589 (diff) | |
buildbot: Installation.md - Fix installation pseudo script
| -rw-r--r-- | sites/buildbot.krebsco.de/INSTALLATION.md | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/sites/buildbot.krebsco.de/INSTALLATION.md b/sites/buildbot.krebsco.de/INSTALLATION.md index b31a3989..83ffc9c3 100644 --- a/sites/buildbot.krebsco.de/INSTALLATION.md +++ b/sites/buildbot.krebsco.de/INSTALLATION.md @@ -1,11 +1,12 @@  #?/bin/sh  # something like this -useradd ci -punani install python-virtualenv  +useradd ci -m +punani install python2-virtualenv   su ci -virtualenv buildbot -echo ". $HOME/buildbot/bin/activate" >~/.bashrc +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 | 
