From 20b417394becb4983eabf01ee288fe1790818557 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Mon, 28 Sep 2015 13:28:07 +0000 Subject: Add installation of the init script to the prep. --- prep_for_kbas.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prep_for_kbas.sh b/prep_for_kbas.sh index f4077a9..3884bde 100755 --- a/prep_for_kbas.sh +++ b/prep_for_kbas.sh @@ -14,3 +14,10 @@ fi # TODO: Check if this is all that a cache server will need. unsure as running # the cache and ybd on the same machine currently pip install bottle + + +# Now install the init script for the kbas server and start it +cp init_scripts/artifact_server /etc/init.d/. +chkconfig --add artifact_server + +/etc/init.d/artifact_server start -- cgit v1.2.1