mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
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:
parent
b1d43397f9
commit
a04da75f6d
@ -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-<version>/bootstrap
|
||||
sh bootstrap_storage.sh drop-create-all
|
||||
cd open-metadata-<version>
|
||||
sh bootstrap/bootstrap_storage.sh drop-create-all
|
||||
```
|
||||
|
||||
- Bootstrap ES with indexes and load sample data into MySQL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user