summaryrefslogtreecommitdiff
path: root/install
blob: c29c51420b0941a54f9065075443f4b65468da20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

. $distribution.sh
. ruby.sh
. nginx.sh
. kernlab.sh
. opentox-ruby.sh
. ./config
if [ $install = "all" ]
then
    . opentox-webservices.sh
    . mysql-setup.sh
    echo "Starting Nginx"
    echo "Please inspect and tune /opt/nginx/conf/nginx.conf and /home/opentox/.opentox/config/production.yaml"
    /opt/nginx/sbin/nginx
fi