Skip to content

Commit

Permalink
docs: Update contrib docs headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Jul 30, 2024
1 parent a0259e9 commit ce84323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pre-commit install # Will install a pre-commit hook into the git repo
NOTE: You can also/alternatively run `pre-commit run` (changes only) or
`pre-commit run --all-files` to check even without installing the hook.

## Run Genetic Forensic portal
### Run Genetic Forensic portal

First run the authentication application (Keycloak server) with the following
command
Expand All @@ -62,15 +62,15 @@ You are now ready to run the Genetic Forensic portal Streamlit application:
gf-portal
```

## Stopping the auth portal
### Stopping the auth portal

To stop the auth portal, run the following command:

```bash
gf-auth-stop
```

## DO NOT RUN IN PROD: Exporting a list of DEV users from the DEV auth server
### DO NOT RUN IN PROD: Exporting a list of DEV users from the DEV auth server

To update the Keycloak realm containing the dev users, you can run the following
command. Do not export your actual production users this way, as you do NOT want
Expand Down

0 comments on commit ce84323

Please sign in to comment.