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

. ./config
. ./$distribution.sh
. ./ruby.sh
. ./openbabel.sh
. ./kernlab.sh
. ./opentox-ruby.sh

if [ $install != "gem" ]
then
    . ./nginx.sh
    . ./redis.sh
    . ./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