summaryrefslogtreecommitdiff
path: root/services.sh
diff options
context:
space:
mode:
Diffstat (limited to 'services.sh')
-rw-r--r--services.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/services.sh b/services.sh
new file mode 100644
index 0000000..c5bbeb6
--- /dev/null
+++ b/services.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+source config.sh
+source utils.sh
+LOG="$OT_PREFIX/tmp/service_install.log"
+DIR=`pwd`
+for SERVICE in opentox-client opentox-server dataset algorithm; do
+ install_ot_service
+done
+cd $DIR