Skip to content

Commit

Permalink
Update tiMPenvLaunch.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Feb 7, 2019
1 parent 1f90c8e commit 4383b70
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions tiMPenvLaunch.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

```

Expand Down

0 comments on commit 4383b70

Please sign in to comment.