From 0ad1a6050f4771d725a46a7ea2f32c86b5cb940e Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Wed, 16 Sep 2020 11:50:28 -0700 Subject: [PATCH] Update install process --- .../en/docs/getting-started/environment-setup.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/daprdocs/content/en/docs/getting-started/environment-setup.md b/daprdocs/content/en/docs/getting-started/environment-setup.md index ff24537fd..f7c06a826 100644 --- a/daprdocs/content/en/docs/getting-started/environment-setup.md +++ b/daprdocs/content/en/docs/getting-started/environment-setup.md @@ -1,22 +1,13 @@ --- -title: "Setup a local Dapr environment" -linkTitle: "Local Environment" +title: "Setup Dapr Environment" +linkTitle: "Install Dapr" weight: 10 description: > - How to setup Dapr in a local environment + How to setup Dapr in a local environment or in a Kubernetes cluster --- -# Environment Setup - Dapr can be run in either self hosted or Kubernetes modes. Running Dapr runtime in self hosted mode enables you to develop Dapr applications in your local development environment and then deploy and run them in other Dapr supported environments. For example, you can develop Dapr applications in self hosted mode and then deploy them to any Kubernetes cluster. -## Contents - -- [Prerequisites](#prerequisites) -- [Installing Dapr CLI](#installing-dapr-cli) -- [Installing Dapr in self-hosted mode](#installing-dapr-in-self-hosted-mode) -- [Installing Dapr on Kubernetes cluster](#installing-dapr-on-a-kubernetes-cluster) - ## Prerequisites On default Dapr will install with a developer environment using Docker containers to get you started easily. However, Dapr does not depend on Docker to run (see [here](https://github.com/dapr/cli/blob/master/README.md) for instructions on installing Dapr locally without Docker using slim init). This getting started guide assumes Dapr is installed along with this developer environment.