You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/08/25 11:18:07 UTC

[inlong-website] branch master updated: [INLONG-526][Doc] Add Flink cluster configuration for docker-compose (#527)

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


The following commit(s) were added to refs/heads/master by this push:
     new 87084f79b [INLONG-526][Doc] Add Flink cluster configuration for docker-compose (#527)
87084f79b is described below

commit 87084f79b40ac3c569c53cebafd872d69504804c
Author: Charles Zhang <do...@apache.org>
AuthorDate: Thu Aug 25 19:17:51 2022 +0800

    [INLONG-526][Doc] Add Flink cluster configuration for docker-compose (#527)
---
 docs/deployment/docker.md                                          | 7 +++++--
 .../docusaurus-plugin-content-docs/current/deployment/docker.md    | 7 +++++++
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index 9c1b77fdc..b09bc08ba 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -10,10 +10,13 @@ Deploy all InLong module by Docker Compose, it's only available for development.
 ## Environment Requirements
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 - Docker Compose 1.29.2+
+- Flink 1.13.5
 
-## Build
+## Download
+You can get `apache-inlong-[version]-bin.tar.gz` from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).
 
-You can refer to [How to Build](quick_start/how_to_build.md).
+## Configure
+Replace the `FLINK_HOST` and `FLINK_PORT` environment variables in `docker/docker-compose/docker-compose.yml` refer to the Flink cluster address.
 
 ## Deploy
 
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 c44b81302..65ddcee29 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
@@ -10,6 +10,13 @@ sidebar_position: 2
 ## 环境要求
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 - Docker Compose 1.29.2+
+- Flink 1.13.5
+
+## 下载
+你可以从 [下载页面](https://inlong.apache.org/zh-CN/download/) 获取 `apache-inlong-[version]-bin.tar.gz`,或者参考 [How to Build](quick_start/how_to_build.md) 编译。
+
+## 配置
+根据 Flink 集群地址替换 `docker/docker-compose/docker-compose.yml` 中的 `FLINK_HOST` 和 `FLINK_PORT` 环境变量。
 
 ## 编译