diff --git a/docs/content/deploy-apps/howto-rad-cli/index.md b/docs/content/deploy-apps/howto-rad-cli/index.md index 6cd9d59ac..851a21bb4 100644 --- a/docs/content/deploy-apps/howto-rad-cli/index.md +++ b/docs/content/deploy-apps/howto-rad-cli/index.md @@ -93,10 +93,3 @@ PowerShell for Cloud Shell is currently not supported. > You may be prompted for your sudo password during installation, as the installer places the `rad` binary under `/usr/local/bin`. If you are unable to sudo you can install the rad CLI to another directory by setting the `RADIUS_INSTALL_DIR` environment variable with your intended install path. Make sure you add this to your path ([Unix](https://www.howtogeek.com/658904/how-to-add-a-directory-to-your-path-in-linux/), [Windows](https://windowsloop.com/how-to-add-to-windows-path/)) if you wish to reference it via `rad`, like in the docs. Verify the rad CLI is installed correctly by running `rad`. - -## Learn Radius - -| Guides | Description | -| --- | ----------- | -| [Run your first app]({{< ref getting-started >}}) | Take a tour of Radius by running your first app | -| [Tutorials]({{< ref tutorials >}}) | Learn about Radius via guided tutorial, complete with code samples | diff --git a/docs/content/installation/index.md b/docs/content/installation/index.md new file mode 100644 index 000000000..57a837796 --- /dev/null +++ b/docs/content/installation/index.md @@ -0,0 +1,33 @@ +--- +type: docs +title: "Overview: Radius installation" +linkTitle: "Installation" +description: "Learn how to get install Radius tooling and services" +weight: 25 +--- + +Radius consists of a set of tools and services that together form the Radius platform. + +Diagram showing rad CLI and VSCode extension on local machine plus the Radius control plane on a Kubernetes cluster + +## Step 1: Install the rad CLI + +The rad CLI is the main tool for interacting with Radius. It is used to create and manage Radius environments, and to deploy and manage Radius applications. + +Visit the [rad CLI how-to guide]({{< ref howto-rad-cli >}}) for more information on how to install the rad CLI. + +{{< button text="How-To: rad CLI" page="howto-rad-cli" newtab="true" >}} + +## Step 2: Install the Radius-Bicep VS Code extension + +The Radius-Bicep VS Code extension provides a set of tools for working with Bicep files in VS Code. Visit the [VSCode how-to guide]({{< ref howto-vscode >}}) for more information on how to install the Radius-Bicep VS Code extension. + +{{< button text="How-To: VS Code" page="howto-vscode" newtab="true" >}} + +## Step 3: Initialize the Radius control-plane + +The Radius control-plane is a set of services that provide the core functionality of Radius. It is deployed as a set of containers in a Kubernetes cluster. + +Visit the [environments how-to guide]({{< ref howto-environment >}}) for more information on how to install the Radius control-plane and create your first Radius environment. + +{{< button text="How-To: Init an environment" page="howto-environment" newtab="true" >}} diff --git a/docs/content/installation/radius.png b/docs/content/installation/radius.png new file mode 100644 index 000000000..a046dff38 Binary files /dev/null and b/docs/content/installation/radius.png differ