From 4383b70e6c373e1217fc2d5a6f2e0ff28d2fb654 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Thu, 7 Feb 2019 09:26:51 -0600 Subject: [PATCH] Update tiMPenvLaunch.adoc --- tiMPenvLaunch.adoc | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/tiMPenvLaunch.adoc b/tiMPenvLaunch.adoc index 8bdcbb8..d747746 100644 --- a/tiMPenvLaunch.adoc +++ b/tiMPenvLaunch.adoc @@ -5,21 +5,8 @@ _2019-01-17 12:04 bare CentOS to mP Complex demo_ install docker and docker-compose per https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-centos-7 -captured copy of disk at this stage: Linode co-op.tech CentOS 7 2017-01-17 -``` -$ sudo firewall-cmd --zone=public --add-port=15672/tcp <= open RabbitMQ admin port - -$ sudo firewall-cmd --zone=public --list-services -ssh dhcpv6-client http - -$ sudo firewall-cmd --zone=public --list-ports -58263/tcp 15672/tcp - -$ service firewalld restart -``` - -If not running everything on localhost, edit IdP and SP metadata to change endpoints from localhost to co-op.tech +If NOT running everything on localhost, edit IdP and SP metadata to change endpoints from localhost to co-op.tech ``` cd opt/midPoint_container/demo/complex/configs-and-secrets/grouper/shibboleth @@ -28,11 +15,17 @@ vim idp-metadata.xml cd opt/midPoint_container/demo/complex/configs-and-secrets/midpoint/shibboleth vim idp-metadata.xml +:%s/localhost/co-op.tech/g cd opt/midPoint_container/demo/complex/idp/shibboleth-idp/metadata vim idp-metadata.xml +:%s/localhost/co-op.tech/g + vim grouper-sp.xml +:%s/localhost/co-op.tech/g + vim midpoint-sp.xml +:%s/localhost/co-op.tech/g ```