diff --git a/midpoint/README.md b/midpoint/README.md index 511f0a6..bd1cfd4 100644 --- a/midpoint/README.md +++ b/midpoint/README.md @@ -3,7 +3,7 @@ This is a midPoint dockerization for TIER environment. It is a work in progress. # Building and execution ``` $ ./build.sh -$ docker-compose up +$ docker-compose up --build ``` Please see a detailed description [here](https://spaces.at.internet2.edu/display/MID/Dockerized+midPoint). diff --git a/midpoint/build.sh b/midpoint/build.sh index 760eea6..0463d37 100755 --- a/midpoint/build.sh +++ b/midpoint/build.sh @@ -26,7 +26,7 @@ echo "" echo "(for standalone execution)" echo "" echo "$ cd" `pwd` -echo "$ docker-compose up" +echo "$ docker-compose up --build" echo "" echo "(for complex demo)" echo "" diff --git a/midpoint/download-midpoint b/midpoint/download-midpoint index 50a2b2a..aa771d8 100755 --- a/midpoint/download-midpoint +++ b/midpoint/download-midpoint @@ -3,7 +3,7 @@ dir=`dirname "$0"` echo "Downloading midPoint 3.9-SNAPSHOT" echo "-----------------------------------------" -curl --output $dir/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz "https://evolveum.com/downloads/midpoint-tier/midpoint-3.9-SNAPSHOT-dist.tar.gz" +curl --output $dir/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz "https://evolveum.com/downloads/midpoint-tier/midpoint-3.9-SNAPSHOT-0.5-dist.tar.gz" echo "-----------------------------------------" echo "Checking the download..." if tar -tf $dir/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz >/dev/null; then