summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-03-08 09:39:54 +0000
committerroot <root@ot-dev.in-silico.ch>2011-03-08 09:39:54 +0000
commitddd53ddcdf4dca13c6ac117655ff64edb8950fba (patch)
tree008a2135224293a37d637c7297b025d6c2d11802 /install
parent2f2f6bf857a8ca8ce04ee98b221b0feaa95d5284 (diff)
parent8d014f285254e3cdd150115532b2848ca71ac6ad (diff)
Merge branch 'master' of github.com:helma/opentox-install
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 3 insertions, 2 deletions
diff --git a/install b/install
index 999c2ef..9a89730 100755
--- a/install
+++ b/install
@@ -3,14 +3,15 @@
. ./config
. ./$distribution.sh
. ./ruby.sh
-. ./nginx.sh
. ./openbabel.sh
. ./kernlab.sh
. ./opentox-ruby.sh
if [ $install != "gem" ]
then
+ . ./nginx.sh
+ . ./redis.sh
. ./opentox-webservices.sh
- . ./mysql-setup.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