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 2022/03/02 10:01:36 UTC

[incubator-inlong-website] branch master updated: [INLONG-2832] update the deployment file after package method changed (#290)

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/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d88c9d  [INLONG-2832] update the deployment file after package method changed (#290)
2d88c9d is described below

commit 2d88c9d1d405cc028db64147e380490aa8413063
Author: dockerzhang <do...@tencent.com>
AuthorDate: Wed Mar 2 18:01:29 2022 +0800

    [INLONG-2832] update the deployment file after package method changed (#290)
---
 docs/deployment/bare_metal.md                            |  5 ++++-
 docs/deployment/docker.md                                | 16 ++++++----------
 docs/deployment/standalone.md                            |  5 ++++-
 docs/quick_start/how_to_build.md                         |  1 +
 .../current/deployment/bare_metal.md                     |  5 ++++-
 .../current/deployment/docker.md                         | 15 ++++++---------
 .../current/deployment/standalone.md                     |  5 ++++-
 .../current/quick_start/how_to_build.md                  |  1 +
 8 files changed, 30 insertions(+), 23 deletions(-)

diff --git a/docs/deployment/bare_metal.md b/docs/deployment/bare_metal.md
index 5c6485d..923877a 100644
--- a/docs/deployment/bare_metal.md
+++ b/docs/deployment/bare_metal.md
@@ -9,7 +9,10 @@ sidebar_position: 4
 - Flink 1.13.5
 - Apache Pulsar 2.6+ (Optional)
 
-## Deploy InLong
+## Build
+you can refer to [How to Build](quick_start/how_to_build.md).
+
+## Deploy
 | 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. |
diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index 87deb8c..bee4216 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -10,22 +10,18 @@ Requirements:
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 - Docker Compose 1.29.2+
 
-## Deploy
-
-Manually copy SQL files from `inlong-manager/sql` and `inlong-audit/sql` to the `docker/docker-compose/sql` directory.
-
-```shell
-cp inlong-manager/sql/apache_inlong_manager.sql docker/docker-compose/sql
-cp inlong-audit/sql/apache_inlong_audit.sql docker/docker-compose/sql
-```
+## Build
+you can refer to [How to Build](quick_start/how_to_build.md).
 
-Then, start all components.
+## Deploy
+Start all components.
 
 ```shell
+cd docker/docker-compose
 docker-compose up -d
 ```
 
-## Use InLong
+## Use
 
 After all containers run successfully, you can access `http://localhost` with default account:
 
diff --git a/docs/deployment/standalone.md b/docs/deployment/standalone.md
index 4d4da32..2f08b80 100644
--- a/docs/deployment/standalone.md
+++ b/docs/deployment/standalone.md
@@ -10,7 +10,10 @@ sidebar_position: 1
 - Apache Pulsar 2.6+ (Optional)
 - Docker or Nginx 
 
-##  Configure 
+## Build
+you can refer to [How to Build](quick_start/how_to_build.md).
+
+## Configure 
 
 In `conf/inlong.conf`, replace the relevant global configuration parameters according to the actual situation:
 
diff --git a/docs/quick_start/how_to_build.md b/docs/quick_start/how_to_build.md
index 8e5313e..a67236e 100644
--- a/docs/quick_start/how_to_build.md
+++ b/docs/quick_start/how_to_build.md
@@ -19,6 +19,7 @@ $ docker run -v `pwd`:/inlong  -w /inlong maven:3.6-openjdk-8 mvn clean install
 ```
 after compile successfully, you could find distribution file at `inlong-distribution/target` with `tar.gz` format, it includes following files:
 ```
+docker
 inlong-agent
 inlong-audit
 inlong-dataproxy
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 f02a092..57176b1 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
@@ -9,7 +9,10 @@ sidebar_position: 4
 - Flink 1.13.5
 - Apache Pulsar 2.6+ (可选)
 
-## 安装InLong
+## 编译
+可以参考[如何编译](quick_start/how_to_build.md).
+
+## 安装
 | 顺序 |  组件 | 第三方依赖 | 部署指引                                                                  | 说明 |
 |  ----  | ----  | ----  |-----------------------------------------------------------------------| ---- |
 | 1 | inlong-tubemq-server | ZooKeeper | [InLong TubeMQ Server](modules/tubemq/quick_start.md)                 | 若使用Apache Pulsar,可不安装该组件 |
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
index d15ce86..a50d7ef 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
@@ -9,20 +9,17 @@ sidebar_position: 2
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 - Docker Compose 1.29.2+
 
-## 部署
-
-手动拷贝`inlong-manager/sql`和`inlong-audit/sql`目录下的SQL文件到`docker/docker-compose/sql`目录.
-```shell
-cp inlong-manager/sql/apache_inlong_manager.sql docker/docker-compose/sql
-cp inlong-audit/sql/apache_inlong_audit.sql docker/docker-compose/sql
-```
+## 编译
+可以参考[如何编译](quick_start/how_to_build.md).
 
-然后启动所有组件:
+## 部署
+启动所有组件:
 ```
+cd docker/docker-compose
 docker-compose up -d
 ```
 
-## 使用InLong
+## 使用
 当所有容器都成功启动后,可以访问`http://localhost`,并使用以下默认账号登录:
 ```
 User: admin
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md
index 7348667..76a1e47 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md
@@ -11,7 +11,10 @@ sidebar_position: 1
 - Apache Pulsar 2.6+ (可选)
 - Docker or Nginx
 
-##  配置
+## 编译
+可以参考[如何编译](quick_start/how_to_build.md).
+
+## 配置
 
 在`conf/inlong.conf`文件中根据实际情况替换相关全局配置参数:
 ```
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 a6a7a90..4b0afbe 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
@@ -19,6 +19,7 @@ $ docker run -v `pwd`:/inlong  -w /inlong maven:3.6-openjdk-8 mvn clean install
 ```
 若编译成功,在`inlong-distribution/target`下会找到`tar.gz`格式的安装包,解压安装目录,包括各个模块安装文件:
 ```
+docker
 inlong-agent
 inlong-audit
 inlong-dataproxy