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 03485d103e [INLONG-693][Doc] Optimize the DataProxy deployment guide 
(#694)
03485d103e is described below

commit 03485d103e3490ec76b7ed516912046aab0933df
Author: Charles Zhang <[email protected]>
AuthorDate: Fri Feb 24 13:12:21 2023 +0800

    [INLONG-693][Doc] Optimize the DataProxy deployment guide (#694)
---
 docs/deployment/docker.md                          |   2 +-
 docs/deployment/standalone.md                      |   2 +-
 docs/modules/dataproxy/img/dp_cluster.png          | Bin 50574 -> 0 bytes
 docs/modules/dataproxy/img/dp_cluster_node.png     | Bin 48235 -> 0 bytes
 .../modules/dataproxy/img/dp_cluster_node_save.png | Bin 41826 -> 0 bytes
 docs/modules/dataproxy/quick_start.md              |  29 ++-------------------
 docs/modules/manager/quick_start.md                |   2 +-
 .../modules/dataproxy/img/dp_cluster_cn.png        | Bin 42230 -> 0 bytes
 .../modules/dataproxy/img/dp_cluster_node_cn.png   | Bin 50501 -> 0 bytes
 .../dataproxy/img/dp_cluster_node_save_cn.png      | Bin 45334 -> 0 bytes
 .../current/modules/dataproxy/quick_start.md       |  27 +------------------
 11 files changed, 6 insertions(+), 56 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index 186b880bae..41403f3760 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -24,7 +24,7 @@ docker-compose up -d
 ```
 
 ## Cluster Initialize
-When all containers are successfully started, you can access the Inlong 
dashboard address `http: // localhost`, and use the following default account 
to log in:
+When all containers are successfully started, you can access the Inlong 
dashboard address `http://localhost`, and use the following default account to 
log in:
 ```
 User: admin
 Password: inlong
diff --git a/docs/deployment/standalone.md b/docs/deployment/standalone.md
index d594b371aa..313ee6feef 100644
--- a/docs/deployment/standalone.md
+++ b/docs/deployment/standalone.md
@@ -55,7 +55,7 @@ bin/inlong-daemon start standalone
 ```
 
 ## Cluster Initialize
-When all containers are successfully started, you can access the Inlong 
dashboard address `http: // localhost`, and use the following default account 
to log in:
+When all containers are successfully started, you can access the Inlong 
dashboard address `http://localhost`, and use the following default account to 
log in:
 ```
 User: admin
 Password: inlong
diff --git a/docs/modules/dataproxy/img/dp_cluster.png 
b/docs/modules/dataproxy/img/dp_cluster.png
deleted file mode 100644
index fc0fdf2e85..0000000000
Binary files a/docs/modules/dataproxy/img/dp_cluster.png and /dev/null differ
diff --git a/docs/modules/dataproxy/img/dp_cluster_node.png 
b/docs/modules/dataproxy/img/dp_cluster_node.png
deleted file mode 100644
index cd15287d68..0000000000
Binary files a/docs/modules/dataproxy/img/dp_cluster_node.png and /dev/null 
differ
diff --git a/docs/modules/dataproxy/img/dp_cluster_node_save.png 
b/docs/modules/dataproxy/img/dp_cluster_node_save.png
deleted file mode 100644
index 5cb973e6d9..0000000000
Binary files a/docs/modules/dataproxy/img/dp_cluster_node_save.png and 
/dev/null differ
diff --git a/docs/modules/dataproxy/quick_start.md 
b/docs/modules/dataproxy/quick_start.md
index bd53d86cf9..50ad7c2e64 100644
--- a/docs/modules/dataproxy/quick_start.md
+++ b/docs/modules/dataproxy/quick_start.md
@@ -4,10 +4,9 @@ sidebar_position: 2
 ---
 
 All deploying files at `inlong-dataproxy` directory.
-## Configuration
 
+## Configuration
 ### Configure InLong-Manager URL
-
 configuration file: `conf/common.properties`:
 ```
 # local IP
@@ -19,7 +18,6 @@ audit.proxys=127.0.0.1:10081
 ```
 
 ## run
-
 ```
 # Default using Pulsar to cache data, and the dataproxy-pulsar.conf 
configuration file is loaded.
 bash +x bin/dataproxy-start.sh
@@ -29,30 +27,7 @@ bash +x bin/dataproxy-start.sh pulsar
 # bash +x bin/dataproxy-start.sh tube
 ```
        
-
 ## check
 ```
 telnet 127.0.0.1 46801
-```
-
-## Add DataProxy configuration to InLong-Manager
-
-After installing the DataProxy, you need to add the IP of the DataProxy 
service into the InLong-Manager.
-
-Open the Inlong-Dashboard page (the default is <http://127.0.0.1>), and select 
to add a DataProxy cluster on the [Clusters] tab:
-
-![](img/dp_cluster.png)
-
-Click the [Create] button, and fill in the cluster name, cluster label, and 
responsible person in the pop-up box to save.
-
-> Note: [Cluster Tag] is a logical concept. Tags with the same name will be 
regarded as the same cluster.
->
-> For example, the DataProxy cluster and the Pulsar cluster with the same 
cluster tag belong to the same cluster.
-
-Then add nodes to this DataProxy cluster - a DataProxy cluster can support 
adding multiple nodes:
-
-![](img/dp_cluster_node.png)
-
-Just fill in the IP and port of the DataProxy node.
-
-![](img/dp_cluster_node_save.png)
+```
\ No newline at end of file
diff --git a/docs/modules/manager/quick_start.md 
b/docs/modules/manager/quick_start.md
index 5a9d918375..6907472e12 100644
--- a/docs/modules/manager/quick_start.md
+++ b/docs/modules/manager/quick_start.md
@@ -63,7 +63,7 @@ bash +x bin/startup.sh
 ```
 
 ## Cluster Initialize
-When all containers are successfully started, you can access the Inlong 
dashboard address `http: // localhost`, and use the following default account 
to log in:
+When all containers are successfully started, you can access the Inlong 
dashboard address `http://localhost`, and use the following default account to 
log in:
 ```
 User: admin
 Password: inlong
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_cn.png
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_cn.png
deleted file mode 100644
index e52e990f71..0000000000
Binary files 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_cn.png
 and /dev/null differ
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_node_cn.png
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_node_cn.png
deleted file mode 100644
index a69134a4b5..0000000000
Binary files 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_node_cn.png
 and /dev/null differ
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_node_save_cn.png
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_node_save_cn.png
deleted file mode 100644
index 44c8544989..0000000000
Binary files 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/img/dp_cluster_node_save_cn.png
 and /dev/null differ
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 5e416ea1f4..eaccb4941d 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,11 +6,8 @@ sidebar_position: 2
 所有的安装文件都在 `inlong-dataproxy` 目录下。
 
 ## 配置
-
 ### 配置 InLong-Manager 地址
-
 配置文件:`conf/common.properties`:
-
 ```
 # local IP
 proxy.local.ip=127.0.0.1
@@ -21,7 +18,6 @@ audit.proxys=127.0.0.1:10081
 ```
 
 ## 启动
-
 ```
 # 默认使用 Pulsar 来缓存数据,加载 dataproxy-pulsar.conf 配置文件
 bash +x bin/dataproxy-start.sh
@@ -36,27 +32,6 @@ bash +x bin/dataproxy-start.sh pulsar
 ```
 
 ## 检查
-
 ```
 telnet 127.0.0.1 46801
-```
-
-## 将 DataProxy 注册到 InLong-Manager
-
-安装完 DataProxy 后,需要将 DataProxy 服务的 IP 添加到 InLong-Manager 中。
-
-打开 Inlong-Dashboard 页面(默认是 <http://127.0.0.1>),在 [集群管理] 页签中选择添加 DataProxy 集群:
-
-![](img/dp_cluster_cn.png)
-
-点击 [新建集群] 按钮,在弹出的框中填写 集群名称、集群标签、责任人 即可保存。
-
-> 说明:[集群标签] 是一个逻辑概念,同名的标签将被视为同一套集群,比如相同集群标签的 DataProxy 集群和 Pulsar 集群,属于同一套集群。
-
-然后为此 DataProxy 集群添加节点 —— 一个 DataProxy 集群可以支持添加多个节点:
-
-![](img/dp_cluster_node_cn.png)
-
-填写 DataProxy 节点的 IP 和端口即可。
-
-![](img/dp_cluster_node_save_cn.png)
+```
\ No newline at end of file

Reply via email to