summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-26 10:39:53 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-26 10:39:53 +0200
commit3774d08c76ac244e59802d44e2e730e02765a91d (patch)
tree7d0c92de9b0987c7bfb9ab33ccbd8476d57796f1 /config.sh
parent410e8e479a591ce298551e200a3d95e4e78cafe5 (diff)
Misc bug fixes
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh19
1 files changed, 6 insertions, 13 deletions
diff --git a/config.sh b/config.sh
index bd7f1ab..c951907 100755
--- a/config.sh
+++ b/config.sh
@@ -7,7 +7,7 @@
# 1) Base setup
OT_DIST="debian" # Linux distribution (debian)
OT_INSTALL="local" # Type (gem, local, server)
-OT_BRANCH="development" # Maturity (development -you need SSH key at Github-, master)
+OT_BRANCH="development" # Maturity (development -need SSH key at Github-, master)
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"
@@ -16,28 +16,21 @@ OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
# 3) What versions to install.
RUBY_NUM_VER="1.9.3-p125"
OB_NUM_VER="2.3.1"
-REDIS_NUM_VER="2.2.2"
# 4) Server settings.
-NGINX_SERVERNAME="toxcreate3.in-silico.ch"
-WWW_DEST="$OT_PREFIX/www"
+SERVERNAME="toxcreate3.in-silico.ch"
OHM_PORT="6381" # set to port (no colon)
# Done.
### Nothing to gain from changes below this line.
-JAVA_CONF="$OT_PREFIX/.sh_java_ot"
-OB_CONF="$OT_PREFIX/.sh_OB_ot"
-R_CONF="$OT_PREFIX/.sh_R_ot"
+JAVA_CONF="$HOME/.opentox/sh_java"
+OB_CONF="$HOME/.opentox/sh_OB"
+R_CONF="$HOME/.opentox/sh_R"
+OT_UI_CONF="$HOME/.opentox/opentox-ui.sh"
OB_VER="openbabel-$OB_NUM_VER"
-REDIS_VER="$REDIS_NUM_VER"
-
OB_DEST="$OT_PREFIX/$OB_VER"
OB_DEST_BINDINGS="$OT_PREFIX/openbabel-ruby-install"
-R_DEST="$OT_PREFIX/r-packages"
-REDIS_DEST="$OT_PREFIX/redis-$REDIS_VER"
-REDIS_SERVER_CONF="$REDIS_DEST/redis.conf"
-OT_UI_CONF="$HOME/.opentox-ui.sh"