Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`