Skip to content

Commit

Permalink
fix(dev): small adjustment to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Nov 28, 2023
1 parent a7c1b71 commit 59b6df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ you need to use the [WSL](https://learn.microsoft.com/de-de/windows/wsl/install)
- GITHUB_TOKEN
- Follow the "docker" path of the "Development setup" to get it up and running:
1. Run `task docker:start-app` and wait until it shows "Started ManagedIdentityWalletsApplication in ... seconds"
2. Run `task app:get-token` and copy the token (including "BEARER" prefix) (Mac users have the token already in their clipboard :) )
2. Run `task app:get-token` in another shell and copy the token (including "BEARER" prefix) (Mac users have the token already in their clipboard :) )
3. Open API doc on http://localhost:8000
4. Click on Authorize on Swagger UI and on the dialog paste the token (incl. "Bearer") into the "value" input
5. Click on "Authorize" and "close"
6. MIW is up, running, and you are authorized to fire requests in the Swagger UI
7. If you're done, then run `task docker:stop-app` to clean up everything

> [!IMPORTANT]
> To compile MIW,
Expand Down

0 comments on commit 59b6df4

Please sign in to comment.