You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/03/01 09:33:23 UTC

[inlong-website] branch master updated: [INLONG-698][Doc] Update the DataProxy deployment guide, and correct some description errors (#699)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 573604e439 [INLONG-698][Doc] Update the DataProxy deployment guide, and correct some description errors (#699)
573604e439 is described below

commit 573604e4398b0137ed460e2294e808ed777b7596
Author: Charles Zhang <do...@apache.org>
AuthorDate: Wed Mar 1 17:33:17 2023 +0800

    [INLONG-698][Doc] Update the DataProxy deployment guide, and correct some description errors (#699)
---
 docs/modules/dataproxy/quick_start.md                        | 12 +++++-------
 .../current/modules/dataproxy/quick_start.md                 | 12 +++---------
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/docs/modules/dataproxy/quick_start.md b/docs/modules/dataproxy/quick_start.md
index 50ad7c2e64..d637110622 100644
--- a/docs/modules/dataproxy/quick_start.md
+++ b/docs/modules/dataproxy/quick_start.md
@@ -6,7 +6,7 @@ sidebar_position: 2
 All deploying files at `inlong-dataproxy` directory.
 
 ## Configuration
-### Configure InLong-Manager URL
+### Configure Manager and Audit URL
 configuration file: `conf/common.properties`:
 ```
 # local IP
@@ -17,17 +17,15 @@ manager.hosts=127.0.0.1:8083
 audit.proxys=127.0.0.1:10081
 ```
 
-## run
+## Start
 ```
-# Default using Pulsar to cache data, and the dataproxy-pulsar.conf configuration file is loaded.
+# If using Pulsar or Kafka to cache data
 bash +x bin/dataproxy-start.sh
-# or
-bash +x bin/dataproxy-start.sh pulsar
 # If using Inlong TubeMQ to cache data
-# bash +x bin/dataproxy-start.sh tube
+# bash +x bin/dataproxy-start.sh tubemq
 ```
 	
-## check
+## Check
 ```
 telnet 127.0.0.1 46801
 ```
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/quick_start.md
index eaccb4941d..87d422601a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/quick_start.md
@@ -6,7 +6,7 @@ sidebar_position: 2
 所有的安装文件都在 `inlong-dataproxy` 目录下。
 
 ## 配置
-### 配置 InLong-Manager 地址
+### 配置 Manager 和 Audit 地址
 配置文件:`conf/common.properties`:
 ```
 # local IP
@@ -19,16 +19,10 @@ audit.proxys=127.0.0.1:10081
 
 ## 启动
 ```
-# 默认使用 Pulsar 来缓存数据,加载 dataproxy-pulsar.conf 配置文件
+# 如果使用 Pulsar 或 Kafka 来缓存数据
 bash +x bin/dataproxy-start.sh
-# 或者
-bash +x bin/dataproxy-start.sh pulsar
-
-# 如果使用 Inlong TubeMQ 来缓存数据
+# 如果使用 InLong TubeMQ 来缓存数据
 # bash +x bin/dataproxy-start.sh tubemq
-
-# 如果使用 Kafka 来缓存数据
-# bash +x bin/dataproxy-start.sh kafka
 ```
 
 ## 检查