From a728ea8015e8fe58361d3a1f8d946354a287ab1b Mon Sep 17 00:00:00 2001 From: Adam Rush Date: Sat, 13 Jun 2020 12:53:17 +0100 Subject: [PATCH 1/3] add windows cli installation option via chocolatey Signed-off-by: Adam Rush --- changelogs/unreleased/2628-adamrushuk | 1 + site/docs/master/basic-install.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/2628-adamrushuk diff --git a/changelogs/unreleased/2628-adamrushuk b/changelogs/unreleased/2628-adamrushuk new file mode 100644 index 000000000..6b6bf48c5 --- /dev/null +++ b/changelogs/unreleased/2628-adamrushuk @@ -0,0 +1 @@ +Update basic-install.md documentation: Add windows cli installation option via chocolatey diff --git a/site/docs/master/basic-install.md b/site/docs/master/basic-install.md index fde47086f..c265ad4a8 100644 --- a/site/docs/master/basic-install.md +++ b/site/docs/master/basic-install.md @@ -3,8 +3,9 @@ - [Basic Install](#basic-install) - [Prerequisites](#prerequisites) - [Install the CLI](#install-the-cli) - - [Option 1: macOS - Homebrew](#option-1-macos---homebrew) + - [Option 1: macOS - Homebrew](#option-1-macos-homebrew) - [Option 2: GitHub release](#option-2-github-release) + - [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey) - [Install and configure the server components](#install-and-configure-the-server-components) - [Command line Autocompletion](#command-line-autocompletion) @@ -41,6 +42,14 @@ brew install velero 1. Move the extracted `velero` binary to somewhere in your `$PATH` (e.g. `/usr/local/bin` for most users). +### Option 3: Windows - Chocolatey + +On Windows, you can use [Chocolatey](https://chocolatey.org/install) to install the [velero](https://chocolatey.org/packages/velero) client: + +```powershell +choco install velero +``` + ## Install and configure the server components There are two supported methods for installing the Velero server components: From d1b188421f52d582e67535d53550ea06104c3247 Mon Sep 17 00:00:00 2001 From: Adam Rush Date: Sat, 13 Jun 2020 13:01:58 +0100 Subject: [PATCH 2/3] changed pr number for changelog Signed-off-by: Adam Rush --- changelogs/unreleased/{2628-adamrushuk => 2629-adamrushuk} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelogs/unreleased/{2628-adamrushuk => 2629-adamrushuk} (100%) diff --git a/changelogs/unreleased/2628-adamrushuk b/changelogs/unreleased/2629-adamrushuk similarity index 100% rename from changelogs/unreleased/2628-adamrushuk rename to changelogs/unreleased/2629-adamrushuk From 6a895be415d34c964b2ac48b94e12c1269de6218 Mon Sep 17 00:00:00 2001 From: Adam Rush Date: Tue, 16 Jun 2020 16:57:25 +0100 Subject: [PATCH 3/3] add windows cli installation option via chocolatey for docs v1.4 Signed-off-by: Adam Rush --- site/docs/v1.4/basic-install.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/site/docs/v1.4/basic-install.md b/site/docs/v1.4/basic-install.md index fde47086f..c265ad4a8 100644 --- a/site/docs/v1.4/basic-install.md +++ b/site/docs/v1.4/basic-install.md @@ -3,8 +3,9 @@ - [Basic Install](#basic-install) - [Prerequisites](#prerequisites) - [Install the CLI](#install-the-cli) - - [Option 1: macOS - Homebrew](#option-1-macos---homebrew) + - [Option 1: macOS - Homebrew](#option-1-macos-homebrew) - [Option 2: GitHub release](#option-2-github-release) + - [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey) - [Install and configure the server components](#install-and-configure-the-server-components) - [Command line Autocompletion](#command-line-autocompletion) @@ -41,6 +42,14 @@ brew install velero 1. Move the extracted `velero` binary to somewhere in your `$PATH` (e.g. `/usr/local/bin` for most users). +### Option 3: Windows - Chocolatey + +On Windows, you can use [Chocolatey](https://chocolatey.org/install) to install the [velero](https://chocolatey.org/packages/velero) client: + +```powershell +choco install velero +``` + ## Install and configure the server components There are two supported methods for installing the Velero server components: