From 493dc4f0268a853c8b5488803b14efb5540163b5 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 9 Feb 2011 11:30:08 +0100 Subject: initial import --- install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 install (limited to 'install') 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 + -- cgit v1.2.3