forked from INTO-CPS-Association/DTaaS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Astitva
committed
Dec 2, 2023
1 parent
94b779a
commit 3caf69d
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ You should have docker setup to be able to run this. Docker Desktop for Linux is | |
- Run: | ||
|
||
```bash | ||
cd DTaaS/servers/auth | ||
docker compose up -d --remove-orphans | ||
``` | ||
|
||
|
@@ -32,6 +33,8 @@ The microservice is now running. | |
|
||
## View the example | ||
|
||
Note: Please use incognito windows in your web browser to avoid any existing cookies that cause deviation from expected performance of the example. | ||
|
||
- Head over to http://localhost/os | ||
- You will be redirected to Gitlab. Sign in if you aren't already signed in. Use a "[email protected]" account on Gitlab to sign in. | ||
- On Gitlab you will be asked to authorize sharing some account data with a "TrialAuth" application. Click on the "Authorize" button. | ||
|