Rename setup-dapr to environment-setup (#108)

* rename setup-dapr to environment-setup

* add link
This commit is contained in:
Young Bu Park 2019-10-10 19:23:54 -07:00 committed by GitHub
parent f020dd9c62
commit 1a5de8e723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Setup Dapr
# Environment Setup
Dapr can be run in either Standalone or Kubernetes modes. Running Dapr runtime in Standalone 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 Standalone mode and then deploy them to any Kubernetes cluster.

View File

@ -2,9 +2,9 @@
Dapr is a portable, event-driven runtime that makes it easy for enterprise developers to build resilient, microservice stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.
To build and run your Dapr applications, you will need to setup your environments and install Dapr:
To build and run your Dapr applications, you will need to [setup your environment](./environment-setup.md) and install Dapr:
1. [Setup local development](./setup-dapr.md#prerequisites)
2. [Setup Kubernetes environment](./setup-dapr.md#installing-dapr-on-a-kubernetes-cluster)
1. [Setup local development](./environment-setup.md#prerequisites)
2. [Setup Kubernetes environment](./environment-setup.md#installing-dapr-on-a-kubernetes-cluster)
Once Dapr is installed, you can try out [Hello-World sample](https://github.com/dapr/samples/tree/master/1.hello-world) first and then explore the other [Dapr samples](https://github.com/dapr/samples) to evaluate the [Dapr concepts](../concepts), such as service invocation, state management, pubsub, bindings, etc.