summaryrefslogtreecommitdiff
path: root/services.sh
blob: c5bbeb6bc7ae162551c968b7330a9431ee92e922 (plain)
1
2
3
4
5
6
7
8
9
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