summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-09 11:30:08 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-09 11:30:08 +0100
commit493dc4f0268a853c8b5488803b14efb5540163b5 (patch)
treea77d8d21b10cee1b03d038abbc2dc33a6fd4e2d0 /install
parent0871dbf4fc3f8e1083490197b7be7be2b5163d14 (diff)
initial import
Diffstat (limited to 'install')
-rwxr-xr-xinstall17
1 files changed, 17 insertions, 0 deletions
diff --git a/install b/install
new file mode 100755
index 0000000..c29c514
--- /dev/null
+++ b/install
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+. $distribution.sh
+. ruby.sh
+. nginx.sh
+. kernlab.sh
+. opentox-ruby.sh
+. ./config
+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
+