summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-22 16:04:10 +0100
committerAndreas Maunz <andreas@maunz.de>2012-03-22 16:04:10 +0100
commit9f08f7fb5987576cdfc386396f490889ff648127 (patch)
tree996c18a4891015b5048a64f79c1ed5aaaf5e3594 /install
parent1130cf2d6e254b6b16358244116a4837352cb5bd (diff)
File deletions
Diffstat (limited to 'install')
-rwxr-xr-xinstall14
1 files changed, 1 insertions, 13 deletions
diff --git a/install b/install
index a486660..c3cf9a4 100755
--- a/install
+++ b/install
@@ -45,22 +45,10 @@ echo "Cleaning up $HOME/tmp files."
rm -rf $HOME/tmp/openbabel* $HOME/tmp/kernlab* $HOME/tmp/ruby*
. "./base-install.sh"
-. "./ruby.sh"
. "./openbabel.sh"
-. "./kernlab.sh"
-. "./opentox-ruby.sh"
-
-if [ "$install" != "gem" ]
-then
- . "./nginx.sh"
- . "./redis.sh"
- . "./opentox-webservices.sh"
-fi
echo
echo "Installation finished and system configured."
echo "Destination: '$OT_PREFIX'"
-echo "Nginx: '$NGINX_DEST'"
-echo "Redis: '$REDIS_DEST'"
-echo "IMPORTANT: Include the file '$OT_UI_CONF' in your shell or system startup to have the system automatically configured."
+echo "IMPORTANT: Include '$OT_UI_CONF' in your shell or system startup to have the system automatically configured."
echo