summaryrefslogtreecommitdiff
path: root/install
blob: a43e5079747e010d1aaf1a952e51c533dc8fe23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
# Main Opentox-ruby install script
# Author: Christoph Helma, Andreas Maunz

LOG="/tmp/`basename $0`-log.txt"
. "./utils.sh"
echo "Opentox-ruby installation."
echo "You may need to give root password for some privileged actions right now:"
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"

. "./base-install.sh"
. "./ruby.sh"
. "./openbabel.sh"
. "./kernlab.sh"
. "./opentox-ruby.sh"

if [ "$install" != "gem" ]
then
    . "./nginx.sh"
    . "./redis.sh"
    . "./opentox-webservices.sh"
fi