Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

midPointInstallTips.adoc


2019-01-17 12:04 from bare CentOS to midPoint Complex Demo

If NOT running everything on localhost, edit IdP and SP metadata to change endpoints from localhost to host domain.

cd opt/midPoint_container/demo/complex/configs-and-secrets/grouper/shibboleth
vim idp-metadata.xml
:%s/localhost/my.edu/g

cd opt/midPoint_container/demo/complex/configs-and-secrets/midpoint/shibboleth
vim idp-metadata.xml
:%s/localhost/my.edu/g

cd opt/midPoint_container/demo/complex/idp/shibboleth-idp/metadata
vim idp-metadata.xml
:%s/localhost/my.edu/g

vim grouper-sp.xml
:%s/localhost/my.edu/g

vim midpoint-sp.xml
:%s/localhost/my.edu/g
$ cd /home/khazelton/opt
$ git clone --branch v1.1 https://github.internet2.edu/TIER/midPoint_container.git
$ cd midPoint_container
$ ./build.sh
$ cd demo/complex
$ docker-compose up