From 07b2d08d42985c07de656cc515219cff7ea16c92 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 26 Mar 2012 16:07:42 +0200 Subject: Removed OHM support --- config.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.sh b/config.sh index c951907..ecb9442 100755 --- a/config.sh +++ b/config.sh @@ -1,12 +1,12 @@ #!/bin/sh -# + # Configuration file for Opentox installer. # Author: Christoph Helma, Andreas Maunz. -# + # 1) Base setup -OT_DIST="debian" # Linux distribution (debian) -OT_INSTALL="local" # Type (gem, local, server) +OT_DIST="debian" # Linux distribution (debian) +OT_INSTALL="local" # Type (gem, local, server) OT_BRANCH="development" # Maturity (development -need SSH key at Github-, master) # 2) Where all binaries are installed. @@ -19,7 +19,6 @@ OB_NUM_VER="2.3.1" # 4) Server settings. SERVERNAME="toxcreate3.in-silico.ch" -OHM_PORT="6381" # set to port (no colon) # Done. -- cgit v1.2.3