summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 15:03:46 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 15:03:46 +0200
commitaae109a81e53aa10e720cdb4cfa5c05a3ccb31dd (patch)
treef7dab29b5114dab66a900ca39f8843245bc55e11 /config.sh
parent674f6cd24b6ee37465c27b3643ea702ca5343bb0 (diff)
Merged config
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/config.sh b/config.sh
index af806e2..72c3fec 100644
--- a/config.sh
+++ b/config.sh
@@ -4,17 +4,22 @@
# Author: Christoph Helma, Andreas Maunz.
#
-# 1) Where all binaries are installed.
+# 1) Base setup
+OT_DIST="debian" # Linux distribution (debian)
+OT_INSTALL="local" # Type (gem, local, server)
+OT_BRANCH="master" # Maturity (development, master)
+
+# 2) Where all binaries are installed.
PREFIX="$HOME/opentox"
JAVA_HOME="/usr/lib/jvm/java-6-sun"
-# 2) What versions to install.
+# 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"
-# 3) Server settings.
+# 4) Server settings.
NGINX_SERVERNAME="localhost"
WWW_DEST="$PREFIX/www"