Back to Meshery

Installation Scoop

docs/layouts/shortcodes/mesheryctl/installation-scoop.md

1.0.181006 B
Original Source

Prerequisites

You need to have scoop installed on your Windows system to perform these actions.

Install mesheryctl with Scoop

To install mesheryctl using Scoop, execute the following commands.

<pre class="codeblock-pre"><div class="codeblock"> <div class="clipboardjs">scoop bucket add mesheryctl https://github.com/meshery/scoop-bucket.git scoop install mesheryctl</div></div> </pre>

You're ready to run Meshery. To do so, execute the following command.

<pre class="codeblock-pre"><div class="codeblock"> <div class="clipboardjs">mesheryctl system start</div></div> </pre>

If you are running Meshery on Docker, execute the following command.

<pre class="codeblock-pre"><div class="codeblock"> <div class="clipboardjs">mesheryctl system start -p docker</div></div> </pre>

Upgrade mesheryctl with Scoop

To upgrade mesheryctl, execute the following command.

<pre class="codeblock-pre"><div class="codeblock"> <div class="clipboardjs">scoop update mesheryctl</div></div> </pre>