docs/static/v0.7/installation/linux-mac/bash/index.html
To install or upgrade mesheryctl using bash, execute anyone of the following commands.
mesheryctl binary$ curl -L https://meshery.io/install | DEPLOY\_MESHERY=false bash -
mesheryctl binary and deploy Meshery on Docker$ curl -L https://meshery.io/install | PLATFORM=docker bash -
mesheryctl binary and deploy Meshery on Kubernetes$ curl -L https://meshery.io/install | PLATFORM=kubernetes bash -
mesheryctl binary and Meshery adapter(s)Install mesheryctl binary and include one or more adapters to be deployed
$ curl -L https://meshery.io/install | ADAPTERS=consul PLATFORM=kubernetes bash -
You are ready to deploy Meshery mesheryctl. To do so, execute the following command.
mesheryctl system start