Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Install kind, kubectl in quickest-start.sh (Mac,Linux). #25

Merged
merged 2 commits into from
Apr 30, 2020

Commits on Apr 30, 2020

  1. Install kind, kubectl in quickest-start.sh (Mac,Linux).

    * In `quickest-start.sh`, check the OS and whether `kind` and `kubectl`
    are installed, if not install them for OS.
    * Support for linux-gnu and mac-os.
    * Add additional commands that user can run from outside the container,
    e.g. geth-exec, helpers/run_contracts.sh
    libby committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6798d31 View commit details
    Browse the repository at this point in the history
  2. Check if snap and/or brew install.

    Error out if snap (linux) or brew (macos) are not install AND kind or kubectl
    need to be installed. Tell the user what's up and exit 1.
    libby committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    00c5ebd View commit details
    Browse the repository at this point in the history