summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-30 15:01:12 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-30 15:01:12 +0200
commit32a196c74bf552a4c0e43f4fc45866cffd6caf2a (patch)
treed1f5a0b5f6b93d41cab1f3945cfde078a53eb6b1 /install
parent12f42b70b451254f2865a379c1bb1d2ab964e9ff (diff)
install
Diffstat (limited to 'install')
-rwxr-xr-xinstall22
1 files changed, 9 insertions, 13 deletions
diff --git a/install b/install
index d9cd3f2..acdd503 100755
--- a/install
+++ b/install
@@ -6,21 +6,17 @@ echo "Opentox-ruby installation"
echo "Press <Enter> to continue..."
read
-. ./config
-. ./base-install.sh $distribution # Pass as parameter
-. ./ruby.sh
-. ./openbabel.sh
-. ./kernlab.sh
-. ./opentox-ruby.sh
+. "./config"
+. "./base-install.sh" $distribution # Pass as parameter
+. "./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
+ . "./nginx.sh"
+ . "./redis.sh"
+ . "./opentox-webservices.sh"
fi