Line 35: |
Line 35: |
| ssh root@qwebirc 'reboot' | | ssh root@qwebirc 'reboot' |
| ssh root@qwebirc 'aptitude install mercurial python-twisted-names python-twisted-mail python-twisted-web python-twisted-words' | | ssh root@qwebirc 'aptitude install mercurial python-twisted-names python-twisted-mail python-twisted-web python-twisted-words' |
− | ssh root@qwebirc '' | + | ssh root@qwebirc 'hg clone https://bitbucket.org/qwebirc/qwebirc /srv/qwebirc' |
− | ssh root@qwebirc '' | + | ssh root@qwebirc 'cd /srv/qwebirc; hg up -C stable; hg pull; hg up' |
− | ssh root@qwebirc '' | + | ssh root@qwebirc 'cp /srv/qwebirc/config.py.example /srv/qwebirc/config.py' |
− | ssh root@qwebirc '' | + | ssh root@qwebirc 'sed -i "s/myserver.com/oftc.net/" /srv/qwebirc/config.py' |
− | ssh root@qwebirc '' | + | ssh root@qwebirc 'sed -i "s/moo.com\//treehouse.su\/gar/" /srv/qwebirc/config.py' |
− | ssh root@qwebirc '' | + | ssh root@qwebirc 'sed -i "s/^IDENT\ =\ \"webchat\"$/IDENT\ =\ IDENT_NICKNAME/" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc 'sed -i "s/foo.foo.org/chat.treehouse.su/" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc 'sed -i "s/FooNet/Treehouse/" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc 'sed -i "s/Web IRC/Chat/" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc 'sed -i "s/moo@moo.com/stefan@unterhauser.name/" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc 'sed -i "s/#ARGS\ =\ \"-n\ -p\ 3989\"/ARGS\ =\ \"-p\ 80\"/" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc 'sed -i "s///" /srv/qwebirc/config.py' |
| + | ssh root@qwebirc '/srv/qwebirc/clean.py' |
| + | ssh root@qwebirc '/srv/qwebirc/compile.py' |
| + | ssh root@qwebirc '/srv/qwebirc/run.py -p 80 -P /srv/qwebirc/qwebirc.pid' |
| + | ssh root@qwebirc 'kill -9 `cat /srv/qwebirc/qwebirc.pid`' |
| + | ssh root@qwebirc '' |
| + | |
| + | http://qwebirc.treehouse.su/?channels=treehouse&uio=OT10cnVlJjExPTExMw03 |
| + | randomnick=1 |
| + | http://qwebirc.treehouse.su/?nick=omen&channels=treehouse&uio=OT10cnVlJjExPTExMw03 |
| + | prompt=1 |
| + | |
| + | http://chat.treehouse.su/?channels=treehouse&nick=igod&prompt=1 |
| + | http://chat.treehouse.su/?channels=treehouse&nick=igod&prompt=1&port=80 |