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 <joegoldbeck@users.noreply.github.com>
This commit is contained in:
Joseph Goldbeck 2023-10-16 14:33:08 -04:00 committed by GitHub
parent b1d43397f9
commit a04da75f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 2. Extract the distribution tar.gz file and run the following command
```shell ```shell
cd open-metadata-<version>/bootstrap cd open-metadata-<version>
sh bootstrap_storage.sh drop-create-all sh bootstrap/bootstrap_storage.sh drop-create-all
``` ```
- Bootstrap ES with indexes and load sample data into MySQL - Bootstrap ES with indexes and load sample data into MySQL