diff --git a/CHANGELOG.md b/CHANGELOG.md index 393527d93bd1a4339906ba53d28bd626042ebbd4..100998addf1feccd94e60634857cbd820ed0831c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ Upcoming version: ----------------- + - using updated datsets (updated path) (Nikolaus Krismer) - updating gradle version (to version 3.3) (Nikolaus Krismer) - updating base box to centos 7.3 (Nikolaus Krismer) - updating geoserver to latest version (Nikolaus Krismer) diff --git a/bootstrap/config.sh b/bootstrap/config.sh index 36a0aab70e6c24e22371871afb137954a9f28ee3..2fbfa3584ec8224a910b60645d1c82e9ced0c0ac 100755 --- a/bootstrap/config.sh +++ b/bootstrap/config.sh @@ -21,7 +21,7 @@ TARGET_SRID="4326" UPDATE_DATA=false CACHE_DIR_LOCAL="/tmp/vagrant-cache" -CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2016&files=" +CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2017&files=" DEPLOY_DIR="/opt" DATA_DIR="$DEPLOY_DIR/data" SETUP_DIR="/setup"