Browse Source
Merge pull request #3781 from abpframework/maliming/getting-started
Update Getting-Started.md(Tiered project require redis)
pull/3851/head
Halil İbrahim Kalkan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
11 additions and
0 deletions
-
docs/en/Getting-Started.md
-
docs/zh-Hans/Getting-Started.md
|
|
|
@ -25,6 +25,12 @@ The following tools should be installed on your development machine: |
|
|
|
|
|
|
|
* [Node v12+](https://nodejs.org) |
|
|
|
* [Yarn v1.19+](https://classic.yarnpkg.com/) |
|
|
|
{{ if Tiered == "Yes" }} |
|
|
|
|
|
|
|
* [Redis](https://redis.io/): The applications use Redis as as [distributed cache](../Caching.md). So, you need to have Redis installed & running. |
|
|
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
|
|
> You can use another editor instead of Visual Studio as long as it supports .NET Core and ASP.NET Core. |
|
|
|
|
|
|
|
|
|
|
|
@ -24,6 +24,11 @@ |
|
|
|
|
|
|
|
* [Node v12+](https://nodejs.org) |
|
|
|
* [Yarn v1.19+](https://classic.yarnpkg.com/) |
|
|
|
{{ if Tiered == "Yes" }} |
|
|
|
|
|
|
|
* [Redis](https://redis.io/): 应用程序将Redis用作[分布式缓存](../Caching.md). 因此你需要安装并运行Redis. |
|
|
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
> 你可以也使用其他支持.NET Core 和 ASP.NET Core的编辑器. |
|
|
|
|
|
|
|
|