GitBook: [#68] Update dist to openmetadata-dist

This commit is contained in:
OpenMetadata 2021-12-07 18:43:49 +00:00 committed by Sriharsha Chintalapani
parent bf845bd0b6
commit 9fc0eb0475

View File

@ -17,8 +17,8 @@
2. Extract the distribution tar.gz file and run the following command
```
cd openmetadata-<version>/bootstrap
sh bootstrap_storage.sh drop-create
cd open-metadata-<version>/bootstrap
sh bootstrap_storage.sh drop-create-all
```
* Bootstrap ES with indexes and load sample data into MySQL
@ -52,9 +52,6 @@ You can create a _distribution_ as follows.
```
$ mvn clean install
# Create the binary distribution.
$ cd openmetadata-dist && mvn package
```
The binaries will be created at: