summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-30 16:22:35 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-30 16:22:35 +0200
commitf76f11eaf435397607f2aa5e70496c01005d5c6b (patch)
treee819076fcbaa0b777f48801b5a289dbe5bc4f1a7 /config.sh
parent16cfa7f673220db44079443dcd8a7f2585a6fba5 (diff)
base-install
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index c0a1d36..aebf2d5 100644
--- a/config.sh
+++ b/config.sh
@@ -6,6 +6,7 @@
# 1) Where all binaries are installed.
PREFIX="$HOME/opentox"
+JAVA_HOME="/usr/lib/java-6-sun"
# 2) What versions to install.
RUBY_NUM_VER="1.8.7-2011.03"
@@ -13,7 +14,7 @@ OB_NUM_VER="2.2.3"
KL_NUM_VER="0.9-11"
REDIS_NUM_VER="2.2.2"
-# 3) What server settings.
+# 3) Server settings.
NGINX_SERVERNAME="localhost"
WWW_DEST="$PREFIX/www"