Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Add OpenSearch onboarding steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdragon committed Sep 9, 2024
1 parent 5a8feea commit a535989
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/api/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ A very simple [docker-compose.yml](../../docker-compose.yml) has been included t
1. If you haven't done local development before you'll need to execute the migrations and seed the DB with data using the steps in [database-local-usage.md](database/database-local-usage.md)
## OpenSearch setup
1. Run `make init-opensearch` setup the OpenSearch Container
2. Run `make populate-search-opportunities` to push data previously seeded in the DB into the search index
## Run the application
1. Make sure you have [Docker Desktop](https://www.docker.com/products/docker-desktop/) installed & running.
Expand Down

0 comments on commit a535989

Please sign in to comment.