Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silinternational/idp-in-a-box
Documentation, Terraform Modules, Docker Compose examples, etc for IdP-in-a-Box service
https://github.com/silinternational/idp-in-a-box
Last synced: about 1 month ago
JSON representation
Documentation, Terraform Modules, Docker Compose examples, etc for IdP-in-a-Box service
- Host: GitHub
- URL: https://github.com/silinternational/idp-in-a-box
- Owner: silinternational
- License: mit
- Created: 2017-06-02T19:48:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:37:26.000Z (about 1 month ago)
- Last Synced: 2024-11-11T08:27:20.733Z (about 1 month ago)
- Language: HCL
- Size: 28.6 MB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# idp-in-a-box
Terraform Configuration, Documentation, examples, and Docker Compose dev setup for the
IdP-in-a-Box service.## bringing up idp-in-a-box locally using Docker Compose
1. Edit /etc/hosts or equivalent to assign `pw-api.local`, `pw-ui.local`, and
`ssp.local` to 127.0.0.1.
2. Create `local.env` files in each of the subfolders there, using the existing
`local.env.dist` files as guides where applicable.
3. `cd docker-compose`
4. `./up`
5. open browser to `localhost:51052`