Skip to content

Commit

Permalink
[#5976] Improvement(docs): Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchunhao committed Jan 7, 2025
1 parent fe87ce5 commit 73c7c10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,17 @@ To use Gravitino locally on macOS or Linux, follow these similar steps:

Or, you can install Gravitino from scratch, follow [how-to-build](./how-to-build.md) and [how-to-install](./how-to-install.md).

3. Start Gravitino using the gravitino.sh script:
3. Start Gravitino using the gravitino.sh script in the binary release package or Docker image:

```shell
<path-to-gravitino>/bin/gravitino.sh start
```
4. Start Gravitino using the gravitino.sh script in the distribution package:

```shell
./gradlew compileDistribution -x test
<path-to-gravitino>/distribution/package/bin/gravitino.sh start
```

## Installing Apache Hive on AWS or Google Cloud Platform

Expand Down

0 comments on commit 73c7c10

Please sign in to comment.