Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated casa post setup method #22

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/administration/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To add Casa post-install do the following:

1. Login to chroot
1. `cd /install/community-edition-setup`
1. Run `python3 post-setup-add-components.py -addcasa`
1. Run `./setup.py --install-casa`


**Important notes:**
Expand All @@ -24,7 +24,7 @@ To add Casa post-install do the following:

- Ensure your server has "dynamic registration" of clients enabled and that "returnClientSecretOnRead" is set to *true*. These settings can be reverted once your Casa installation is fully operational

- Casa requires [oxd](https://gluu.org/docs/oxd) 4.x to operate. Ideally you would use a ready-to-use external oxd server (its location is prompted upon installation); if you don't have such a server, one will be installed for you locally
- Casa requires [oxd](https://gluu.org/docs/oxd) 4.x to operate. Ideally you would use a ready-to-use external oxd server (its location is prompted upon installation); if you don't have such a server, please select `oxd` from the selection Menu, then oxd-server will be installed for you locally.

## Finish setup

Expand Down