summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authoram <am@z21mn.(none)>2011-12-20 11:22:58 +0100
committeram <am@z21mn.(none)>2011-12-20 11:22:58 +0100
commit73747676c8afa6188c87ea6795f3db940ab59b9c (patch)
tree8b4f7af76e61bb8c30bdcbb0115e40a71b09c1ed /config.sh
parentd13ae21e492357bb93947998a298bb1a7af1a625 (diff)
Fixed bugs 1., 2., 6. of http://goo.gl/1InHw
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 60dff2a..87b19b7 100755
--- a/config.sh
+++ b/config.sh
@@ -11,13 +11,13 @@ OT_BRANCH="development" # Maturity (development -you need SSH k
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"
-OT_JAVA_HOME="/usr/lib/jvm/java-6-sun"
+OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
# 3) What versions to install.
RUBY_NUM_VER="1.8.7-2011.03"
OB_NUM_VER="2.2.3"
KL_NUM_VER="0.9-11"
-REDIS_NUM_VER="2.2.2"
+REDIS_NUM_VER="2.4.4"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"