You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/07/08 21:46:20 UTC

[GitHub] wu-sheng commented on a change in pull request #1436: Update Quick-start-CN.md

wu-sheng commented on a change in pull request #1436: Update Quick-start-CN.md
URL: https://github.com/apache/incubator-skywalking/pull/1436#discussion_r200854920
 
 

 ##########
 File path: docs/cn/Deploy-backend-in-standalone-mode-CN.md
 ##########
 @@ -1,28 +1,31 @@
 # 用途说明
-单机模式默认使用本地H2数据库,不支持集群部署。主要用于:预览、功能测试、演示和低压力系统。
+单机模式collector不支持集群部署,它使用本地H2数据库。主要用于:预览、功能测试、演示和低压力系统。
 
-如果使用单机collector用于非演示环境,你可选择使用Elasticsearch作为存储实现。
+如果你在低吞吐量监控方案中使用SkyWalking,并且不想部署群集,至少将存储实现从H2切换到Elasticsearch
 
 **在5.0.0-alpha版本中,暂不提供H2实现, 所以在启动之前,必须先部署ElasticSearch**
 
 ## 所需的第三方软件
-- JDK8+
+- JDK6+(被监控的应用程序运行在jdk6及以上版本)
+- JDK8+(SkyWalking collector和WebUI部署在jdk8及以上版本)
+- Elasticsearch 5.x(集群模式或不使用)
 
 ## 下载发布版本
-- 前向[发布页面](http://skywalking.apache.org/downloads/)
+- 前向[Releases页面](http://skywalking.apache.org/downloads/)
 
 Review comment:
   与之前保持一致。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services