This is an automated email from the ASF dual-hosted git repository.
healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 437bf2d [INLONG-2196] move website to dashboard (#257)
437bf2d is described below
commit 437bf2d8c44aa3559d44f72c839dcc981f6fb975
Author: dockerzhang <[email protected]>
AuthorDate: Wed Jan 19 21:01:27 2022 +0800
[INLONG-2196] move website to dashboard (#257)
---
docs/deployment/bare_metal.md | 16 ++++++++--------
docs/introduction.md | 2 +-
docs/modules/dashboard/_category_.json | 4 ++++
docs/modules/{website => dashboard}/overview.md | 4 ++--
docs/modules/{website => dashboard}/quick_start.md | 6 +++---
docs/modules/website/_category_.json | 4 ----
docs/quick_start/how_to_build.md | 2 +-
i18n/zh-CN/docusaurus-plugin-content-docs/current.json | 6 +++---
.../current/deployment/bare_metal.md | 16 ++++++++--------
.../current/introduction.md | 2 +-
.../current/modules/{website => dashboard}/overview.md | 4 ++--
.../modules/{website => dashboard}/quick_start.md | 6 +++---
.../current/quick_start/how_to_build.md | 2 +-
13 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/docs/deployment/bare_metal.md b/docs/deployment/bare_metal.md
index e68b2b4..2d81001 100644
--- a/docs/deployment/bare_metal.md
+++ b/docs/deployment/bare_metal.md
@@ -10,15 +10,15 @@ sidebar_position: 4
- Apache Pulsar 2.6+ (Optional)
## Deploy InLong
-| order | component | dependencies | deploy guide | description |
-| ---- | ---- | ---- | ---- | ---- |
-| 1 | inlong-tubemq-server | ZooKeeper | [InLong TubeMQ
Server](modules/tubemq/quick_start.md) | If you use Apache Pulsar, you don’t
need to install this component. |
+| order | component | dependencies | deploy guide
| description |
+| ---- | ---- | ----
|-----------------------------------------------------------------------| ---- |
+| 1 | inlong-tubemq-server | ZooKeeper | [InLong TubeMQ
Server](modules/tubemq/quick_start.md) | If you use Apache
Pulsar, you don’t need to install this component. |
| 2 | inlong-tubemq-manager | MySQL | [InLong TubeMQ
Manager](modules/tubemq/tubemq-manager/quick_start.md) | If you use Apache
Pulsar, you don’t need to install this component. |
-| 3 | inlong-manager | MySQL, ZooKeeper | [InLong
Manager](modules/manager/quick_start.md) | |
-| 4 | inlong-website | Nginx or Docker | [InLong
WebSite](modules/website/quick_start.md) | |
-| 5 | inlong-dataproxy | | [InLong
DataProxy](modules/dataproxy/quick_start.md) | |
-| 6 | inlong-sort | ZooKeeper, Flink | [InLong
Sort](modules/sort/quick_start.md) | |
-| 7 | inlong-agent | | [InLong Agent](modules/agent/quick_start.md) | |
+| 3 | inlong-manager | MySQL, ZooKeeper | [InLong
Manager](modules/manager/quick_start.md) | |
+| 4 | inlong-dashboard | Nginx or Docker | [InLong
Dashboard](modules/dashboard/quick_start.md) | |
+| 5 | inlong-dataproxy | | [InLong
DataProxy](modules/dataproxy/quick_start.md) | |
+| 6 | inlong-sort | ZooKeeper, Flink | [InLong
Sort](modules/sort/quick_start.md) | |
+| 7 | inlong-agent | | [InLong Agent](modules/agent/quick_start.md)
| |
## Create Data Stream
After the InLong cluster deployed successfully, you can create a data stream
refer to the [user manual](user_guide/user_manual.md) to start using.
\ No newline at end of file
diff --git a/docs/introduction.md b/docs/introduction.md
index 061be03..69f11f1 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -48,4 +48,4 @@ Apache InLong serves the entire life cycle from data
collection to landing, and
- **inlong-tubemq**, Tencent's self-developed message queuing service,
focuses on high-performance storage and transmission of massive data in big
data scenarios and has a relatively good core advantage in mass practice and
low cost.
- **inlong-sort**, after consuming data from different MQ services, perform
ETL processing, and then aggregate and write the data into Apache Hive,
ClickHouse, Hbase, IceBerg, etc.
- **inlong-manager**, provides complete data service management and control
capabilities, including metadata, OpenAPI, task flow, authority, etc.
-- **inlong-website**, a front-end page for managing data access, simplifying
the use of the entire InLong control platform.
+- **inlong-dashboard**, a front-end page for managing data access,
simplifying the use of the entire InLong control platform.
diff --git a/docs/modules/dashboard/_category_.json
b/docs/modules/dashboard/_category_.json
new file mode 100644
index 0000000..c74a8b2
--- /dev/null
+++ b/docs/modules/dashboard/_category_.json
@@ -0,0 +1,4 @@
+{
+ "label": "Dashboard",
+ "position": 6
+}
\ No newline at end of file
diff --git a/docs/modules/website/overview.md
b/docs/modules/dashboard/overview.md
similarity index 87%
rename from docs/modules/website/overview.md
rename to docs/modules/dashboard/overview.md
index 9db3e71..981220c 100644
--- a/docs/modules/website/overview.md
+++ b/docs/modules/dashboard/overview.md
@@ -3,7 +3,7 @@ title: Overview
sidebar_position: 1
---
-This is a website console for us to use the [Apache
InLong](https://github.com/apache/incubator-inlong).
+This is a dashboard console for us to use the [Apache
InLong](https://github.com/apache/incubator-inlong).
## Guide For Developer
You should check that `nodejs >= 12.0` is installed.
@@ -21,7 +21,7 @@ You will also see any lint errors in the console.
The start of the web server depends on the back-end server `manger api`
interface.
-You should start the backend server first, and then set the variable `target`
in `/inlong-website/src/setupProxy.js` to the address of the api service.
+You should start the backend server first, and then set the variable `target`
in `/inlong-dashboard/src/setupProxy.js` to the address of the api service.
### Test
diff --git a/docs/modules/website/quick_start.md
b/docs/modules/dashboard/quick_start.md
similarity index 54%
rename from docs/modules/website/quick_start.md
rename to docs/modules/dashboard/quick_start.md
index fdc0269..01c9cf5 100644
--- a/docs/modules/website/quick_start.md
+++ b/docs/modules/dashboard/quick_start.md
@@ -6,15 +6,15 @@ sidebar_position: 2
## Prepare Docker Image
pull image from central hub:
```
-docker pull inlong/website:latest
+docker pull inlong/dashboard:latest
```
or build image from source:
```
-mvn package -DskipTests -Pdocker -pl inlong-website
+mvn package -DskipTests -Pdocker -pl inlong-dashboard
```
## Run
```
# MANAGER_API_ADDRESS must be replaced by inlong-manager-web address
-docker run -d --name website -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80
inlong/website
+docker run -d --name dashboard -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80
inlong/dashboard
```
\ No newline at end of file
diff --git a/docs/modules/website/_category_.json
b/docs/modules/website/_category_.json
deleted file mode 100644
index b64b448..0000000
--- a/docs/modules/website/_category_.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "label": "Website",
- "position": 6
-}
\ No newline at end of file
diff --git a/docs/quick_start/how_to_build.md b/docs/quick_start/how_to_build.md
index 50e81be..3ee2ad9 100644
--- a/docs/quick_start/how_to_build.md
+++ b/docs/quick_start/how_to_build.md
@@ -26,7 +26,7 @@ inlong-manager-web
inlong-sort
inlong-tubemq-manager
inlong-tubemq-server
-inlong-website
+inlong-dashboard
```
## Build Docker Images
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index dd0e097..c5ca179 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -23,9 +23,9 @@
"message": "Manager",
"description": "The label for category Manager in sidebar tutorialSidebar"
},
- "sidebar.tutorialSidebar.category.Website": {
- "message": "Website",
- "description": "The label for category Website in sidebar tutorialSidebar"
+ "sidebar.tutorialSidebar.category.Dashboard": {
+ "message": "Dashboard",
+ "description": "The label for category Dashboard in sidebar
tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Agent": {
"message": "Agent",
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
index 90461d8..b12b035 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
@@ -10,15 +10,15 @@ sidebar_position: 4
- Apache Pulsar 2.6+ (可选)
## 安装InLong
-| 顺序 | 组件 | 第三方依赖 | 部署指引 | 说明 |
-| ---- | ---- | ---- | ---- | ---- |
-| 1 | inlong-tubemq-server | ZooKeeper | [InLong TubeMQ
Server](modules/tubemq/quick_start.md) | 若使用Apache Pulsar,可不安装该组件 |
+| 顺序 | 组件 | 第三方依赖 | 部署指引
| 说明 |
+| ---- | ---- | ----
|-----------------------------------------------------------------------| ---- |
+| 1 | inlong-tubemq-server | ZooKeeper | [InLong TubeMQ
Server](modules/tubemq/quick_start.md) | 若使用Apache
Pulsar,可不安装该组件 |
| 2 | inlong-tubemq-manager | MySQL | [InLong TubeMQ
Manager](modules/tubemq/tubemq-manager/quick_start.md) | 若使用Apache
Pulsar,可不安装该组件 |
-| 3 | inlong-manager | MySQL, ZooKeeper | [InLong
Manager](modules/manager/quick_start.md) | |
-| 4 | inlong-website | Nginx 或者 Docker | [InLong
WebSite](modules/website/quick_start.md) | |
-| 5 | inlong-dataproxy | 无 | [InLong
DataProxy](modules/dataproxy/quick_start.md) | |
-| 6 | inlong-sort | ZooKeeper, Flink | [InLong
Sort](modules/sort/quick_start.md) | |
-| 7 | inlong-agent | 无 | [InLong Agent](modules/agent/quick_start.md) | |
+| 3 | inlong-manager | MySQL, ZooKeeper | [InLong
Manager](modules/manager/quick_start.md) | |
+| 4 | inlong-dashboard | Nginx 或者 Docker | [InLong
Dashboard](modules/dashboard/quick_start.md) | |
+| 5 | inlong-dataproxy | 无 | [InLong
DataProxy](modules/dataproxy/quick_start.md) | |
+| 6 | inlong-sort | ZooKeeper, Flink | [InLong
Sort](modules/sort/quick_start.md) | |
+| 7 | inlong-agent | 无 | [InLong Agent](modules/agent/quick_start.md)
| |
## 创建数据流
InLong 集群部署成功后,你可以参考[用户手册](user_guide/user_manual.md)创建一个数据流开始使用。
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
index 80c1d9b..01eef19 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
@@ -42,4 +42,4 @@ Apache InLong 服务于数据采集到落地的整个生命周期,按数据的
- **inlong-tubemq**,腾讯自研的消息队列服务,专注于大数据场景下海量数据的高性能存储和传输,在海量实践和低成本方面有着良好的核心优势。
- **inlong-sort**,对从不同的 MQ 消费到的数据进行 ETL 处理,然后汇聚并写入
Hive、ClickHouse、Hbase、Iceberg 等存储系统。
- **inlong-manager**,提供完整的数据服务管控能力,包括元数据、任务流、权限,OpenAPI 等。
-- **inlong-website**,用于管理数据接入的前端页面,简化整个 InLong 管控平台的使用。
+- **inlong-dashboard**,用于管理数据接入的前端页面,简化整个 InLong 管控平台的使用。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/website/overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md
similarity index 85%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/website/overview.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md
index bc8f1ce..f9148ae 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/website/overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/overview.md
@@ -3,7 +3,7 @@ title: 概览
sidebar_position: 1
---
-WebSite 是 [Apache InLong](https://github.com/apache/incubator-inlong)的管控端。
+Dashboard 是 [Apache InLong](https://github.com/apache/incubator-inlong)的管控端。
## 开发指引
@@ -22,7 +22,7 @@ WebSite 是 [Apache
InLong](https://github.com/apache/incubator-inlong)的管控
web服务器的启动依赖于后端服务 `manger api` 接口。
-您应该先启动后端服务器,然后将 `/inlong-website/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
+您应该先启动后端服务器,然后将 `/inlong-dashboard/src/setupProxy.js` 中的变量`target` 设置为api服务的地址。
### 测试
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/website/quick_start.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/quick_start.md
similarity index 55%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/website/quick_start.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/quick_start.md
index 40e7000..bb31d38 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/website/quick_start.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dashboard/quick_start.md
@@ -6,15 +6,15 @@ sidebar_position: 2
## 准备镜像
从仓库拉起最新镜像:
```
-docker pull inlong/website:latest
+docker pull inlong/dashboard:latest
```
或者从源码编译镜像:
```
-mvn package -DskipTests -Pdocker -pl inlong-website
+mvn package -DskipTests -Pdocker -pl inlong-dashboard
```
## 运行
```
# MANAGER_API_ADDRESS 环境变量 使用inlong-manager-web 部署地址替换
-docker run -d --name website -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80
inlong/website
+docker run -d --name dashboard -e MANAGER_API_ADDRESS=127.0.0.1:8083 -p 80:80
inlong/dashboard
```
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/how_to_build.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/how_to_build.md
index d2c7322..bcb676c 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/how_to_build.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/quick_start/how_to_build.md
@@ -26,7 +26,7 @@ inlong-manager-web
inlong-sort
inlong-tubemq-manager
inlong-tubemq-server
-inlong-website
+inlong-dashboard
```
## 编译Docker镜像