Skip to content

Commit

Permalink
Merge pull request #16 from navikt/standalone-server-on-windows-readme
Browse files Browse the repository at this point in the history
Suggestion for running the server on windows.
  • Loading branch information
jksolbakken committed Oct 14, 2020
2 parents adcf364 + d6b8d35 commit dfd52bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ TODO

The standalone server will default to port `8080` and can be started by invoking `main()` in `StandaloneMockOAuth2Server.kt` (in kotlin) or `StandaloneMockOAuth2ServerKt` (in Java)

On Windows, it's easier to run the server in docker while specifying the host as localhost, e.g. `docker run -p 8080:8080 -h localhost $IMAGE_NAME`

##### Debugger

Point your browser to [http://localhost:8080/default/debugger](http://localhost:8080/default/debugger) to check it out
Expand Down

0 comments on commit dfd52bc

Please sign in to comment.