-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
doc: launch playground
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|