Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1338 | updated readme for dev setup with ke…
Browse files Browse the repository at this point in the history
…ycloak:
  • Loading branch information
snyaggarwal committed Oct 10, 2022
1 parent 5784c9c commit 649d4ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,13 @@ The new and improved OCL terminology service v2
2. `docker-compose up -d`
3. Go to http://localhost:8000/swagger/ to benefit.


#### Dev Setup with KeyCloak (SSO)
1. `sysctl -w vm.max_map_count=262144` #required by Elasticsearch
2. `docker-compose -f docker-compose.yml -f docker-compose.sso.yml up -d --build api`
3. Go to http://localhost:8000/swagger/ to benefit.
4. Go to http://localhost:8080 for keyCloak.

#### Run Checks
(use the `docker exec` command in a service started with `docker-compose up -d`)
1. Pylint (pep8):
Expand Down

0 comments on commit 649d4ee

Please sign in to comment.