From 087b2409aacdb386ef43605d59fa0046ac1d4a49 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Fri, 6 Jun 2014 11:34:06 +0000 Subject: [PATCH 1/2] start on quincy support --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index aefaf66..bb22473 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,10 @@ cd .. source ./$VENV_DIR/bin/activate # Some extra required libs ... +pip install gunicorn +pip install httpie pip install librabbitmq + # Needed by pyrax: pip install pbr From 261d8f30fc4201568759681293cfe516c402d451 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Thu, 12 Jun 2014 19:07:29 +0000 Subject: [PATCH 2/2] basics of quincy/klugman working --- screenrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/screenrc b/screenrc index 9d3f40e..68fb0c0 100644 --- a/screenrc +++ b/screenrc @@ -1,11 +1,10 @@ sessionname tach hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})' -screen -t bash bash screen -t gen bash stuff "cd git/notigen/bin; python event_pump.py\r" screen -t yagi bash stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r" screen -t quincy bash -stuff "cd git/quincy\r" -screen -t klugman bash -stuff "cd git/klugman\r" +stuff "cd git/quincy/quincy; gunicorn --debug api:api\r" +screen -t bash bash +stuff "klugman events -h\r"