From a5359898b544cd4716b4259a70b27b9c53366727 Mon Sep 17 00:00:00 2001 From: Matt Dragon Date: Mon, 9 Sep 2024 14:17:09 -0400 Subject: [PATCH] Add OpenSearch onboarding steps --- documentation/api/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/api/development.md b/documentation/api/development.md index b78bb5113..c61b5bd51 100644 --- a/documentation/api/development.md +++ b/documentation/api/development.md @@ -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.