summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprep_for_kbas.sh7
1 files changed, 7 insertions, 0 deletions
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