Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build scripts; download stable version
On this branch we will download the latest stable TIER-capable
version of midPoint.
mederly committed Sep 25, 2018

Unverified

No user is associated with the committer email.
1 parent 1beb500 commit 576b0d8
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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).
2 changes: 1 addition & 1 deletion 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 ""
2 changes: 1 addition & 1 deletion 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

0 comments on commit 576b0d8

Please sign in to comment.