diff --git a/site/config.yaml b/site/config.yaml index c741715b..8b9f6d3f 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -27,9 +27,12 @@ menu: - name: Overview url: /docs/ weight: 100 + - name: Install + url: /docs/install/ + weight: 110 - name: Architecture url: /docs/architecture/ - name: Demo url: /docs/demo/ - name: Scope - url: /docs/scope/ \ No newline at end of file + url: /docs/scope/ diff --git a/site/content/docs/install.md b/site/content/docs/install.md new file mode 100644 index 00000000..91b9a0e6 --- /dev/null +++ b/site/content/docs/install.md @@ -0,0 +1,21 @@ +--- +title: "Installing Pinniped" +cascade: + layout: docs +--- + +# Installing Pinniped + +## Install the CLI + +- Find the appropriate binary for your platform from the [latest release](https://github.com/vmware-tanzu/pinniped/releases/latest). + +- Use Homebrew on macOS: `brew install vmware-tanzu/pinniped/pinniped-cli`. + +## Install the Concierge + +- See the [concierge deployment guide](https://github.com/vmware-tanzu/pinniped/tree/main/deploy/concierge). + +## Install the Supervisor + +- See the [supervisor deployment guide](https://github.com/vmware-tanzu/pinniped/tree/main/deploy/supervisor). \ No newline at end of file