Skip to content

Commit

Permalink
Update midPointInstallTips.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Feb 7, 2019
1 parent 1beb6ff commit 1bfc637
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions midPointInstallTips.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ If NOT running everything on localhost, edit IdP and SP metadata to change endpo
```
cd opt/midPoint_container/demo/complex/configs-and-secrets/grouper/shibboleth
vim idp-metadata.xml
:%s/localhost/co-op.tech/g
:%s/localhost/my.edu/g

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

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

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

vim midpoint-sp.xml
:%s/localhost/co-op.tech/g
:%s/localhost/my.edu/g

```

Expand Down

0 comments on commit 1bfc637

Please sign in to comment.