summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-26 16:07:42 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-26 16:07:42 +0200
commit07b2d08d42985c07de656cc515219cff7ea16c92 (patch)
tree69f6fd69d618f340e93cd9845176cf62804ee29d
parentc31f5a470cff08a6efc2b1aba69d1f69505e12ac (diff)
Removed OHM support
-rwxr-xr-xconfig.sh9
1 files 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.