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

. ./config
. ./$distribution.sh
. ./ruby.sh
. ./openbabel.sh
. ./kernlab.sh
. ./opentox-ruby.sh
if [ $install = "all" ]
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