Skip to content

Commit 4fffbcb

Browse files
committed
Updated docs
1 parent 200fc93 commit 4fffbcb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# satosa-developer
22
A developer repo for SATOSA
3+
4+
## How?
5+
To run all containerns just run `start.sh`. It will ask for permission to write to your /etc/hosts.
6+
7+
To run the container with your local repos just symlink the [SATOSA](https://github.com/IdentityPython/SATOSA) repo to the `sources` directory.
8+
9+
10+
satosa-developer
11+
├── sources
12+
│   ├── SATOSA -> /.../SATOSA/
13+
14+
SATOSA will be reachable on [https://front.satosa.docker](https://front.satosa.docker).
15+
16+
You will also have a pysaml2 SP on [https://sp.satosa.docker](https://sp.satosa.docker), an IdP on [https://idp.satosa.docker](https://idp.satosa.docker) and a pyop OIDC OP on [https://op.satosa.docker](https://op.satosa.docker).
17+

0 commit comments

Comments
 (0)