This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push:
new 2515e2b1 [Doc]init deploy readme optimize (#224)
2515e2b1 is described below
commit 2515e2b146edbb332ec186f18f1e72a4f29520c5
Author: JohnTeslaa <[email protected]>
AuthorDate: Sun Oct 6 15:06:05 2024 +0800
[Doc]init deploy readme optimize (#224)
---
README.md | 3 ++-
README_CN.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b91b4e64..dcba252e 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ sh build.sh code
1. Edit `seatunnel-server/seatunnel-app/src/main/resources/application.yml`
Fill in the database connection information

-2. Edit `seatunnel-server/seatunnel-app/src/main/resources/application.yml`,
add `jwt.secretKey` value. Eg: SeaTunnel.
+2. Edit `seatunnel-server/seatunnel-app/src/main/resources/application.yml`,
add `jwt.secretKey` value. Eg: https://github.com/apache/seatunnel(Notice that
cannot be too short).
3. Copy `apache-seatunnel-2.3.8/connectors/plugin-mapping.properties` file to
`seatunnel-web/seatunnel-server/seatunnel-app/src/main/resources` dir.
4. Run
`seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/SeatunnelApplication.java`
If there are no errors reported, the seatunnel web backend service is
successfully started. Notice that, you must set
`-DSEATUNNEL_HOME=${your_seatunnel_install_path}` like this:
@@ -170,6 +170,7 @@ tar -zxvf apache-seatunnel-web-${project.version}.tar.gz
#### 3.5 Config application and Run SeaTunnel Web Backend Server
* Edit `apache-seatunnel-web-${project.version}/conf/application.yml` Fill in
the database connection information and DS interface related information in the
file.
+* Edit `seatunnel-server/seatunnel-app/src/main/resources/application.yml`,
add `jwt.secretKey` value. Eg: https://github.com/apache/seatunnel(Notice that
cannot be too short).

diff --git a/README_CN.md b/README_CN.md
index 1e3bd9cf..d3e966c7 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -73,6 +73,7 @@ sh build.sh code
#### 2.4 配置应用程序并运行SeaTunnel Web后端服务器
1. 编辑 `seatunnel-server/seatunnel-app/src/main/resources/application.yml`
写数据库连接信息
+2. 编辑 `apache-seatunnel-web-${project.version}/conf/application.yml`
文件,填写jwt.secretKey密钥,例如:https://github.com/apache/seatunnel(注意不要太短)。

@@ -172,7 +173,7 @@ tar -zxvf apache-seatunnel-web-${project.version}.tar.gz
#### 3.5 配置应用并运行 SeaTunnel Web 后端服务
* 编辑 `apache-seatunnel-web-${project.version}/conf/application.yml`
在文件中填写数据库连接信息和数据服务接口相关信息。
-* 编辑 `apache-seatunnel-web-${project.version}/conf/application.yml`
文件,填写jwt.secretKey密钥,例如:SeaTunnel。
+* 编辑 `apache-seatunnel-web-${project.version}/conf/application.yml`
文件,填写jwt.secretKey密钥,例如:https://github.com/apache/seatunnel(注意不要太短)。
