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

. ./config
. ./$distribution.sh
. ./ruby.sh
. ./nginx.sh
. ./openbabel.sh
. ./kernlab.sh
. ./opentox-ruby.sh
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