You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by le...@apache.org on 2022/01/07 13:25:00 UTC

[incubator-linkis-website] branch dev updated: Cooperate with packaging to modify the deployment script

This is an automated email from the ASF dual-hosted git repository.

leebai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 637a198  Cooperate with packaging to modify the deployment script
     new 35af94f  Merge pull request #98 from peacewong/dev
637a198 is described below

commit 637a198141253251611fb475a8d341a4a1f2678d
Author: peacewong <wp...@gmail.com>
AuthorDate: Fri Jan 7 21:16:12 2022 +0800

    Cooperate with packaging to modify the deployment script
---
 docs/deployment/quick_deploy.md                                   | 8 ++++----
 .../current/deployment/quick_deploy.md                            | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/deployment/quick_deploy.md b/docs/deployment/quick_deploy.md
index 5d84e7d..4f5e8fd 100644
--- a/docs/deployment/quick_deploy.md
+++ b/docs/deployment/quick_deploy.md
@@ -45,7 +45,7 @@ The following is the dependency information for each engine.
 The default JVM heap memory of each microservice is 512M, and the heap memory of each microservice can be adjusted uniformly by modifying `SERVER_HEAP_SIZE`. If your computer resource is limited, we suggest modifying this parameter to 128M. as follows:
 
 ```bash
-vim ${LINKIS_HOME}/config/linkis-env.sh
+vim ${LINKIS_HOME}/deploy-config/linkis-env.sh
 ```
 
 ```bash
@@ -131,7 +131,7 @@ tar -xvf apache-linkis-x.x.x-incubating-bin.tar.gz
 ### d. Basic configuration modification(Do not rely on HDFS)
 
 ```bash
-vi config/linkis-env.sh
+vi deploy-config/linkis-env.sh
 ```
 
 ```properties
@@ -151,7 +151,7 @@ vi config/linkis-env.sh
 ### e. Basic configuration modification(Rely on HDFS/Hive/Spark)
 
 ```bash
-vi config/linkis-env.sh
+vi deploy-config/linkis-env.sh
 ```
 
 ```properties
@@ -189,7 +189,7 @@ vi config/linkis-env.sh
 ### f. Modify the database configuration
 
 ```bash   
-vi config/db.sh 
+vi deploy-config/db.sh 
 ```
 
 ```properties    
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md
index 13f1954..f578ff3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md
@@ -45,7 +45,7 @@ Linkis1.0.3 默认已适配的引擎列表如下:
 默认每个微服务JVM堆内存为512M,可以通过修改`SERVER_HEAP_SIZE`来统一调整每个微服务的堆内存,如果您的服务器资源较少,我们建议修改该参数为128M。如下:
 
 ```bash
-    vim ${LINKIS_HOME}/config/linkis-env.sh
+    vim ${LINKIS_HOME}/deploy-config/linkis-env.sh
 ```
 
 ```bash
@@ -132,7 +132,7 @@ Linkis1.0.3 默认已适配的引擎列表如下:
 ### 3.4 不依赖HDFS的基础配置修改
 
 ```bash
-    vi config/linkis-env.sh
+    vi deploy-config/linkis-env.sh
 ```
         
 ```properties
@@ -151,7 +151,7 @@ Linkis1.0.3 默认已适配的引擎列表如下:
 ### e. 依赖HDFS/Hive/Spark的基础配置修改
 
 ```bash
-     vi config/linkis-env.sh
+     vi deploy-config/linkis-env.sh
 ```
         
 ```properties
@@ -189,7 +189,7 @@ Linkis1.0.3 默认已适配的引擎列表如下:
 ###  3.5 修改数据库配置 
 
 ```bash   
-    vi config/db.sh 
+    vi deploy-config/db.sh 
 ```
             
 ```properties    

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org