summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-27 14:14:43 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-27 14:14:43 +0200
commiteed486a71faf10ce1ea32945f28367c6536e1a78 (patch)
treec0d79ddafc4984b4ebd2e51e583c2e4810548dc8 /config.sh
parent75bb51309d2672c19586d4717e8cb7a85a010a6c (diff)
Modular version, loading helpers from base installation
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.sh b/config.sh
index ecb9442..7f67863 100755
--- a/config.sh
+++ b/config.sh
@@ -9,16 +9,14 @@ 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.
+# 2) Where binaries are installed
OT_PREFIX="$HOME/opentox-ruby"
OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
-# 3) What versions to install.
+# 3) What versions to install
RUBY_NUM_VER="1.9.3-p125"
OB_NUM_VER="2.3.1"
-
-# 4) Server settings.
-SERVERNAME="toxcreate3.in-silico.ch"
+RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"
# Done.