-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs localhost install #383
Docs localhost install #383
Conversation
- Adds new three water tank example - Adds docs on localhost install - Updates docs on authentication demo
servers/auth/README.md
Outdated
- No other changes should be made to compose.yml. | ||
|
||
- Run: | ||
- Finally, run: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing spaces
- Run: | ||
- Finally, run: | ||
|
||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fenced code blocks should be surrounded by blank lines
servers/auth/README.md
Outdated
There is an 8 second timeout on OAuth requests sent to Gitlab. | ||
If the OAuth signin process is not complete before eight seconds, | ||
Gitlab cancels the signin request and gives | ||
```503 - Service Unavailable``` message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fenced code blocks should be surrounded by blank lines
Code Climate has analyzed commit 37d6ddf and detected 0 issues on this pull request. View more on Code Climate. |
22ecc1f
into
INTO-CPS-Association:feature/distributed-demo
Adds docs on examples, localhost install and updates README of authentication demo.