summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-09 11:40:24 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-09 11:40:24 +0100
commit1a04118b785dbb8808ad8a56c187aa4eb6edf0be (patch)
tree9f10d41b2fff9020316419dc50889c5416197aa8 /install
parenta2417d710cdaec94a9bbc6319714ac5618e1d51e (diff)
paths fixed in install
Diffstat (limited to 'install')
-rwxr-xr-xinstall14
1 files changed, 7 insertions, 7 deletions
diff --git a/install b/install
index c29c514..6c1a366 100755
--- a/install
+++ b/install
@@ -1,15 +1,15 @@
#!/bin/sh
-. $distribution.sh
-. ruby.sh
-. nginx.sh
-. kernlab.sh
-. opentox-ruby.sh
. ./config
+. ./$distribution.sh
+. ./ruby.sh
+. ./nginx.sh
+. ./kernlab.sh
+. ./opentox-ruby.sh
if [ $install = "all" ]
then
- . opentox-webservices.sh
- . mysql-setup.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