From a04da75f6db09f89301f3db533514e19791fda2f Mon Sep 17 00:00:00 2001 From: Joseph Goldbeck <2604712+joegoldbeck@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:33:08 -0400 Subject: [PATCH] docs: run bootstrap from correct folder (#13592) if cd into bootstrap folder, get `Error: Could not find or load main class`. however, if run from repo root, then it works! updating the docs to reflect this Co-authored-by: Joseph Goldbeck --- .../build-code-and-run-tests/openmetadata-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-docs/content/v1.2.x-SNAPSHOT/developers/contribute/build-code-and-run-tests/openmetadata-server.md b/openmetadata-docs/content/v1.2.x-SNAPSHOT/developers/contribute/build-code-and-run-tests/openmetadata-server.md index fe20353042e..7816a4243c4 100644 --- a/openmetadata-docs/content/v1.2.x-SNAPSHOT/developers/contribute/build-code-and-run-tests/openmetadata-server.md +++ b/openmetadata-docs/content/v1.2.x-SNAPSHOT/developers/contribute/build-code-and-run-tests/openmetadata-server.md @@ -24,8 +24,8 @@ docker compose -f docker/development/docker-compose-postgres.yml up postgresql e 2. Extract the distribution tar.gz file and run the following command ```shell -cd open-metadata-/bootstrap -sh bootstrap_storage.sh drop-create-all +cd open-metadata- +sh bootstrap/bootstrap_storage.sh drop-create-all ``` - Bootstrap ES with indexes and load sample data into MySQL