Sync Chinese doc

This commit is contained in:
wusheng 2018-03-03 22:55:35 +08:00
parent 00a9cde282
commit 293fd9a1cd
4 changed files with 14 additions and 4 deletions

View File

@ -78,3 +78,6 @@ storage:
3. 运行`bin/startup.sh`启动。windows用户为.bat文件。
- **注意startup.sh将会启动collector和UI两个进程UI通过127.0.0.1:10800访问本地collector无需额外配置。
如需保证UI负载均衡推荐使用类nginx的HTTP代理服务。**

View File

@ -1,5 +1,9 @@
# 用途说明
单机模式默认使用本地H2数据库不支持集群部署。主要用于预览、功能测试、演示和低压力系统。如果使用单机collector用于非演示环境你可选择使用Elasticsearch作为存储实现。
单机模式默认使用本地H2数据库不支持集群部署。主要用于预览、功能测试、演示和低压力系统。
如果使用单机collector用于非演示环境你可选择使用Elasticsearch作为存储实现。
**在5.0.0-alpha版本中暂不提供H2实现**
## 所需的第三方软件
- JDK8+
@ -14,6 +18,8 @@ Collector单机模拟启动简单提供和集群模式相同的功能
1. 解压安装包`tar -xvf skywalking-collector.tar.gz`windows用户可以选择zip包
1. 运行`bin/startup.sh`启动。windows用户为.bat文件。
- **注意startup.sh将会启动collector和UI两个进程UI通过127.0.0.1:10800访问本地collector无需额外配置。**
## 使用Elastic Search代替H2存储
- 在单机模式下除了支持内置的H2数据库运行也支持其他的存储当前已支持的ElasticSearch 5.3取消Storage相关配置节的注释并修改配置。
```yaml

View File

@ -1,7 +1,7 @@
# 部署步骤
1. 部署 Collector
1. 在Maven Central中下载 `org.apache.skywalking.apm-dist`. 或者本地编译程序,在`dist`目录中找到`skywalking-dist.tar.gz/.zip`.
1. 部署 Backend
1. [单机模式](Deploy-collector-in-standalone-mode-CN.md)
1. [集群模式](Deploy-collector-in-cluster-mode-CN.md)
1. 部署 webui server, [doc](https://github.com/apache/incubator-skywalking-ui#quickstart)
1. 部署 Java Agent[doc](Deploy-skywalking-agent-CN.md)
1. 重启并访问系统功能查看UI即可。

View File

@ -78,4 +78,5 @@ storage:
3. Run `bin/startup.sh`
- NOTICE: **In 5.0.0-alpha, startup.sh will start two processes, collector and UI, and UI uses 127.0.0.1:10800 as default.**
- NOTICE: **In 5.0.0-alpha, startup.sh will start two processes, collector and UI, and UI uses 127.0.0.1:10800 as default.
Recommend use http proxy to access UI in product, otherwise, access any UI.**