diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,8 +67,11 @@ The Authorization team is researching ways to evolve GitLab's authorization stac ```bash $ vim .env.local ``` + Follow these instructions to [create a user-owned application](https://docs.gitlab.com/integration/oauth_provider/#create-a-user-owned-application) and set the `OAUTH_CLIENT_ID` and `OAUTH_CLIENT_SECRET`. 6. Start the service ```bash $ make run ``` 7. Open a browser and navigate to: http://localhost:10000 + +See the [DEVELOPMENT](./share/man/development.md) guide for additional instructions. |
