Skip to content

Commit

Permalink
Merge branch 'main' into TG-12-AuthenticationProviderSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserZoza committed Nov 1, 2024
2 parents 6bd41b3 + 3f4590c commit 28dc4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ For full development capabilities, it is recommended to use Visual Studio on Win
# Environment Setup
1. Install [Docker](https://www.docker.com/products/docker-desktop/)
1. From [Docker compose folder](/Docker/) run : `docker-compose --env-file env up --build -d`
1. user name and password for Keycloak can be edited form the [env file](/KeyCloak/env)
1. Keycloak version can be updated from the [env file](/KeyCloak/env)
1. Seed Realm, Clients and Users can be edited from the [realm json file](/KeyCloak/Multiplied.json) or a different json file can be reference from the [env file](/KeyCloak/env)
1. user name and password for Keycloak can be edited form the [env file](/Docker/env)
1. Keycloak version can be updated from the [env file](/Docker/env)
1. Seed Realm, Clients and Users can be edited from the [realm json file](/Docker/Multiplied.json) or a different json file can be reference from the [env file](/Docker/env)
1. Log in into [Keycloak](http://localhost:8080/admin)
1. Navigate to [app](http://localhost:8081/)

Expand Down

0 comments on commit 28dc4d9

Please sign in to comment.