Skip to content

Commit

Permalink
chore: Add developer notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed May 9, 2020
1 parent 5ae718a commit 1b195b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEVELOPER_NOTES.md
@@ -0,0 +1,9 @@
# Developer notes

## How to have a Keycloak for testing purpose

Run a docker container:

```bash
docker run -d --rm --name keycloak -p 9000:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin jboss/keycloak:10.0.0
```

0 comments on commit 1b195b6

Please sign in to comment.