From 2b8f2689bf0bf1a6f77cc59e608906e2577de8ad Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 11 Aug 2014 14:06:52 +0200 Subject: [PATCH] Indexer queue and script added to "BBS-like" LAUNCH script --- bin/LAUNCH.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 5b4ffdf8..b41eda48 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -45,7 +45,7 @@ function helptext { } function launching_redis { - conf_dir='/home/user/AIL/configs/' + conf_dir='/home/adulau/AIL-framework/configs/' screen -dmS "Redis" sleep 0.1 @@ -60,7 +60,7 @@ function launching_redis { function launching_lvldb { #Want to launch more level_db? lvdbhost='127.0.0.1' - lvdbdir='/home/user/LEVEL_DB_DATA/' + lvdbdir='/home/adulau//AIL-framework/LEVEL_DB_DATA/' db1_y='2013' db2_y='2014' nb_db=13 @@ -109,6 +109,8 @@ function launching_queues { screen -S "Queue" -X screen -t "Qurls" bash -c './ZMQ_Sub_Urls_Q.py; read x' sleep 0.1 screen -S "Queue" -X screen -t "QCurve" bash -c './ZMQ_Sub_Curve_Q.py; read x' + sleep 0.1 + screen -S "Queue" -X screen -t "QIndexer" bash -c './ZMQ_Sub_Indexer_Q.py; read x' } function launching_scripts { @@ -138,6 +140,8 @@ function launching_scripts { screen -S "Script" -X screen -t "Urls" bash -c './ZMQ_Sub_Urls.py; read x' sleep 0.1 screen -S "Script" -X screen -t "Curve" bash -c './ZMQ_Sub_Curve.py; read x' + sleep 0.1 + screen -S "Script" -X screen -t "Indexer" bash -c './ZMQ_Sub_Indexer.py; read x' } #If no params, display the help