Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: launch playground
Browse files Browse the repository at this point in the history
waukin committed Nov 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fabdbc9 commit c30cc95
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/how-to-use-the-playground.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Depending on your network and computer, startup time may take 3-5 minutes. Once

## Prerequisites

Install Git, Docker, Docker Compose.
Install Git (optional), Docker, Docker Compose.

## System Resource Requirements

@@ -36,6 +36,16 @@ The playground runs several services. The TCP ports used may clash with existing

### Launch playground

You can launch the playground in two ways:

1. Use a single curl command

```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apache/gravitino-playground/HEAD/install.sh)"
```

2. Use Git

```shell
git clone [email protected]:apache/gravitino-playground.git
cd gravitino-playground

0 comments on commit c30cc95

Please sign in to comment.