docs/static/v0.9/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 -
mesheryctl. To do so, execute the following command.mesheryctl system start
If you are running Meshery on Docker, execute the following command.
mesheryctl system start -p docker
[ Previous
Linux or macOS ](/v0.9/installation/linux-mac)[ Next
Brew ](/v0.9/installation/linux-mac/brew)