commit
27ee997bd0
3
build.sh
3
build.sh
@ -30,7 +30,10 @@ cd ..
|
|||||||
source ./$VENV_DIR/bin/activate
|
source ./$VENV_DIR/bin/activate
|
||||||
|
|
||||||
# Some extra required libs ...
|
# Some extra required libs ...
|
||||||
|
pip install gunicorn
|
||||||
|
pip install httpie
|
||||||
pip install librabbitmq
|
pip install librabbitmq
|
||||||
|
|
||||||
# Needed by pyrax:
|
# Needed by pyrax:
|
||||||
pip install pbr
|
pip install pbr
|
||||||
|
|
||||||
|
7
screenrc
7
screenrc
@ -1,11 +1,10 @@
|
|||||||
sessionname tach
|
sessionname tach
|
||||||
hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
|
hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
|
||||||
screen -t bash bash
|
|
||||||
screen -t gen bash
|
screen -t gen bash
|
||||||
stuff "cd git/notigen/bin; python event_pump.py\r"
|
stuff "cd git/notigen/bin; python event_pump.py\r"
|
||||||
screen -t yagi bash
|
screen -t yagi bash
|
||||||
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
|
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
|
||||||
screen -t quincy bash
|
screen -t quincy bash
|
||||||
stuff "cd git/quincy\r"
|
stuff "cd git/quincy/quincy; gunicorn --debug api:api\r"
|
||||||
screen -t klugman bash
|
screen -t bash bash
|
||||||
stuff "cd git/klugman\r"
|
stuff "klugman events -h\r"
|
||||||
|
Loading…
Reference in New Issue
Block a user