From f696deb47c89dac5c5a76b7d21569aa33e5c2fef Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Sat, 9 Aug 2014 12:10:15 +0200 Subject: [PATCH] deactivating psiprobe (does not work for tomcat 8) --- etc/vagrant/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh index 385dee1d..f1c8e77d 100644 --- a/etc/vagrant/bootstrap.sh +++ b/etc/vagrant/bootstrap.sh @@ -57,7 +57,7 @@ INSTALL_ISOCHRONE_LOCAL=false INSTALL_ISOCHRONE_RELEASE=true # will install latest isochrone snapshot from nexus repository INSTALL_ISOCHRONE_SNAPSHOT=true -INSTALL_PROJECT_PSIPROBE=true +INSTALL_PROJECT_PSIPROBE=false ############################ # Ext. argument handling # @@ -162,8 +162,8 @@ POSTGRESQL_SERVICE_NAME="postgresql" POSTGRESQL_SHORT_VERSION="" POSTGRESQL_VERSION="" PGROUTING_GIT_URL="https://github.com/pgRouting/pgrouting.git" -#PGROUTING_VERSION="auto" # activate to install from repository -PGROUTING_VERSION="2.0.0" # activate to install from source +PGROUTING_VERSION="auto" # activate to install from repository +#PGROUTING_VERSION="2.0.0" # activate to install from source REPO_ELGIS="none" REPO_EPEL="none" REPO_POSTGRESQL="" # will be set later (depending on architecture) -- GitLab