GitBook: [main] 2 pages modified

This commit is contained in:
Parth Panchal 2021-08-16 07:50:42 +00:00 committed by gitbook-bot
parent c2a9ea9f45
commit c391d03791
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ description: >-
# Run in Production
Please refer to the previous section [Run Openmetadata](https://github.com/open-metadata/OpenMetadata/tree/63c66391cf27d4d77c4b5c21750d9c09bfa44049/docs/install/install/run-openmetadata.md) for configuring OpenMetadata.
Please refer to the previous section [Run Openmetadata](https://github.com/open-metadata/OpenMetadata/blob/63c66391cf27d4d77c4b5c21750d9c09bfa44049/docs/install/run-openmetadata.md) for configuring OpenMetadata.
{% hint style="info" %}
**Prerequisites**

View File

@ -84,8 +84,8 @@ mvn install package -DskipTests
# navigate to directory containing the setup scripts
cd dist/target/
unzip openmetadata-1.0.0-SNAPSHOT.zip
cd openmetadata-1.0.0-SNAPSHOT
tar -zxvf openmetadata-0.3.0-SNAPSHOT.tar.gz
cd openmetadata-0.3.0-SNAPSHOT
```
{% endtab %}
{% endtabs %}