Update install process

This commit is contained in:
Aaron Crawfis 2020-09-16 11:50:28 -07:00
parent 024bdb0acf
commit 0ad1a6050f
1 changed files with 3 additions and 12 deletions

View File

@ -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.