Skip to content
Snippets Groups Projects
Commit 4a2c8085 authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

minor changes for local test mode

parent 03908f15
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ INSTALL_PROJECT_ISOCHRONE_LOCAL=true ...@@ -40,7 +40,7 @@ INSTALL_PROJECT_ISOCHRONE_LOCAL=true
# will install latest isochrone release from nexus repository # will install latest isochrone release from nexus repository
INSTALL_PROJECT_ISOCHRONE_RELEASE=true INSTALL_PROJECT_ISOCHRONE_RELEASE=true
# will install latest isochrone snapshot from nexus repository # will install latest isochrone snapshot from nexus repository
INSTALL_PROJECT_ISOCHRONE_SNAPSHOT=false INSTALL_PROJECT_ISOCHRONE_SNAPSHOT=true
INSTALL_PROJECT_PSIPROBE=true INSTALL_PROJECT_PSIPROBE=true
PG_DB_NAME="isochrone" PG_DB_NAME="isochrone"
...@@ -60,13 +60,6 @@ if [ -n "$3" ]; then ...@@ -60,13 +60,6 @@ if [ -n "$3" ]; then
fi fi
fi fi
if $IS_LOCAL_TEST_DEPLOY; then
INSTALL_PROJECT_CANIGET2=false
INSTALL_PROJECT_ISOCHRONE_LOCAL=false
INSTALL_PROJECT_ISOCHRONE_RELEASE=false
INSTALL_PROJECT_ISOCHRONE_SNAPSHOT=false
fi
########################### ###########################
# General configuration # General configuration
########################### ###########################
...@@ -157,6 +150,12 @@ INSTALL_JAVA=false ...@@ -157,6 +150,12 @@ INSTALL_JAVA=false
INSTALL_MAVEN=false INSTALL_MAVEN=false
INSTALL_TOMCAT=false INSTALL_TOMCAT=false
if $IS_LOCAL_TEST_DEPLOY; then
INSTALL_PROJECT_CANIGET2=false
INSTALL_PROJECT_ISOCHRONE_LOCAL=false
INSTALL_PROJECT_ISOCHRONE_RELEASE=false
INSTALL_PROJECT_ISOCHRONE_SNAPSHOT=false
fi
if $INSTALL_GEOSERVER || $INSTALL_PROJECT_CANIGET2 || $INSTALL_PROJECT_ISOCHRONE_LOCAL || $INSTALL_PROJECT_ISOCHRONE_RELEASE || $INSTALL_PROJECT_ISOCHRONE_SNAPSHOT || $INSTALL_PROJECT_PSIPROBE; then if $INSTALL_GEOSERVER || $INSTALL_PROJECT_CANIGET2 || $INSTALL_PROJECT_ISOCHRONE_LOCAL || $INSTALL_PROJECT_ISOCHRONE_RELEASE || $INSTALL_PROJECT_ISOCHRONE_SNAPSHOT || $INSTALL_PROJECT_PSIPROBE; then
INSTALL_TOMCAT=true INSTALL_TOMCAT=true
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment