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

lgcareer pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e2c2ea8  add cluster deploy
     new 1429597  Merge pull request #189 from hermeshephaestus/master
e2c2ea8 is described below

commit e2c2ea81a4d7a830a27b45dec4b1343d4fbc9336
Author: hermeshephaestus <[email protected]>
AuthorDate: Fri Oct 9 22:29:56 2020 +0800

    add cluster deploy
---
 docs/en-us/1.3.2/user_doc/cluster-deployment.md | 6 +++---
 site_config/docs1-3-2.js                        | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en-us/1.3.2/user_doc/cluster-deployment.md 
b/docs/en-us/1.3.2/user_doc/cluster-deployment.md
index 4403e66..bc31fc8 100644
--- a/docs/en-us/1.3.2/user_doc/cluster-deployment.md
+++ b/docs/en-us/1.3.2/user_doc/cluster-deployment.md
@@ -20,9 +20,9 @@
 mkdir -p /opt/dolphinscheduler;
 cd /opt/dolphinscheduler;
 # unzip
-tar -zxvf apache-dolphinscheduler-incubating-1.3.1-dolphinscheduler-bin.tar.gz 
-C /opt/dolphinscheduler;
+tar -zxvf apache-dolphinscheduler-incubating-1.3.2-dolphinscheduler-bin.tar.gz 
-C /opt/dolphinscheduler;
 
-mv apache-dolphinscheduler-incubating-1.3.1-dolphinscheduler-bin  
dolphinscheduler-bin
+mv apache-dolphinscheduler-incubating-1.3.2-dolphinscheduler-bin  
dolphinscheduler-bin
 ```
 
 # 3、Create deployment user and hosts mapping
@@ -351,7 +351,7 @@ After the deployment is successful, you can view the logs. 
The logs are stored i
 http://192.168.xx.xx:12345/dolphinscheduler
 
    <p align="center">
-     <img src="/img/login.png" width="60%" />
+     <img src="/img/login_en.png" width="60%" />
    </p>
 
 
diff --git a/site_config/docs1-3-2.js b/site_config/docs1-3-2.js
index ff46bef..3f16412 100644
--- a/site_config/docs1-3-2.js
+++ b/site_config/docs1-3-2.js
@@ -13,8 +13,8 @@ export default {
                         link: 
'/en-us/docs/1.3.2/user_doc/backend-deployment.html',
                     },
                     {
-                        title: 'Frontend deploy',
-                        link: 
'/en-us/docs/1.3.2/user_doc/frontend-deployment.html',
+                        title: 'Cluster deploy',
+                        link: 
'/en-us/docs/1.3.2/user_doc/cluster-deployment.html',
                     }
                 ]
             },

Reply via email to