Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
waukin opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@waukin
Copy link
Contributor

waukin commented Oct 28, 2024

Create an install.sh script with the following functionalities:

  1. Verify if Docker and Docker Compose are installed on the running environment.
    • If both are present, proceed to the next step.
    • If either is missing, display a prompt to the user to install Docker and Docker Compose before continuing.
  2. Download the source code for gravitino-playground directly from GitHub, without using Git.
  3. After successfully downloading the source code, prompt the user to ask if they would like to run gravitino-playground immediately.
    • If the user enters [Y], execute playground.sh to start gravitino-playground.
    • If the user enters [N], confirm installation and note they can later run playground.sh to start.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant