Commit 293fd9a1 authored by 吴晟's avatar 吴晟
Browse files

Sync Chinese doc

parent 00a9cde2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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代理服务。**
 No newline at end of file
+7 −1
Original line number Diff line number Diff line
# 用途说明
单机模式默认使用本地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
+2 −2
Original line number Diff line number Diff line
# 部署步骤
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即可。
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -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.**