apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
31 stars 31 forks source link

[Enhancement] Add install.sh script to automate setup and execution of gravitino-playground #92

Closed waukin closed 2 weeks ago

waukin commented 3 weeks ago

Background

Add install script to automate setup and execution.

Change

Test

Users can run install.sh in their local environment using the following command:

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

Reference

xunliu commented 2 weeks ago

hi @waukin Please update gravitino-playground/README.md file

  1. https://github.com/apache/gravitino-playground/blob/main/README.md?plain=1#L28 I think git is option

  2. https://github.com/apache/gravitino-playground/blob/main/README.md?plain=1#L49 change Launch playground to Use git download and launch playground

  3. https://github.com/apache/gravitino-playground/blob/main/README.md?plain=1#L49 Add a new paragraph to introduce this new future maybe One curl command launch playground

waukin commented 2 weeks ago

hi @waukin Please update gravitino-playground/README.md file

  1. https://github.com/apache/gravitino-playground/blob/main/README.md?plain=1#L28 I think git is option
  2. https://github.com/apache/gravitino-playground/blob/main/README.md?plain=1#L49 change Launch playground to Use git download and launch playground
  3. https://github.com/apache/gravitino-playground/blob/main/README.md?plain=1#L49 Add a new paragraph to introduce this new future maybe One curl command launch playground

README.md updated