You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/01/20 08:05:52 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: 7fec9a697bf7cebd62147b91fb67adaed2f6ddbf

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6a2a225  Automated deployment: 7fec9a697bf7cebd62147b91fb67adaed2f6ddbf
6a2a225 is described below

commit 6a2a225b16f095674e7774f9778f0fc62a5e9b50
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Wed Jan 20 08:05:44 2021 +0000

    Automated deployment: 7fec9a697bf7cebd62147b91fb67adaed2f6ddbf
---
 en-us/docs/1.3.4/user_doc/docker-deployment.html | 2 +-
 en-us/docs/1.3.4/user_doc/docker-deployment.json | 2 +-
 zh-cn/docs/1.3.4/user_doc/docker-deployment.html | 2 +-
 zh-cn/docs/1.3.4/user_doc/docker-deployment.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en-us/docs/1.3.4/user_doc/docker-deployment.html b/en-us/docs/1.3.4/user_doc/docker-deployment.html
index 1b2bdca..5121ed5 100644
--- a/en-us/docs/1.3.4/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.4/user_doc/docker-deployment.html
@@ -23,7 +23,7 @@ cd /opt/soft/dolphinscheduler;
 wget https://mirrors.tuna.tsinghua.edu.cn/apache/incubator/dolphinscheduler/1.3.4/apache-dolphinscheduler-incubating-1.3.4-src.zip
 <span class="hljs-meta">
 #</span><span class="bash"> unzip</span>
-tar -zxvf apache-dolphinscheduler-incubating-1.3.4-src.zip
+unzip apache-dolphinscheduler-incubating-1.3.4-src.zip
  
 mv apache-dolphinscheduler-incubating-1.3.4-src-release  dolphinscheduler-src
 </code></pre>
diff --git a/en-us/docs/1.3.4/user_doc/docker-deployment.json b/en-us/docs/1.3.4/user_doc/docker-deployment.json
index 19ce8d4..fb1c532 100644
--- a/en-us/docs/1.3.4/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.4/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h2>Try DolphinScheduler quickly</h2>\n<p>There are 2 ways to quickly intall DolphinScheduler</p>\n<h3>The first way:Start with docker-compose (recommended)</h3>\n<p>In this way, you need to install docker-compose first, please install it yourself</p>\n<h5>1、 Download the source code zip package</h5>\n<p>-Please download the latest version of the source code package and unzip it</p>\n<pre><code class=\"language-shell\">mkdir -p /opt/soft/dolphinscheduler;\ncd /opt/soft/dolph [...]
+  "__html": "<h2>Try DolphinScheduler quickly</h2>\n<p>There are 2 ways to quickly intall DolphinScheduler</p>\n<h3>The first way:Start with docker-compose (recommended)</h3>\n<p>In this way, you need to install docker-compose first, please install it yourself</p>\n<h5>1、 Download the source code zip package</h5>\n<p>-Please download the latest version of the source code package and unzip it</p>\n<pre><code class=\"language-shell\">mkdir -p /opt/soft/dolphinscheduler;\ncd /opt/soft/dolph [...]
   "link": "/dist/en-us/docs/1.3.4/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.4/user_doc/docker-deployment.html b/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
index a340b11..f171671 100644
--- a/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
@@ -26,7 +26,7 @@ cd /opt/soft/dolphinscheduler;
 wget https://mirrors.tuna.tsinghua.edu.cn/apache/incubator/dolphinscheduler/1.3.4/apache-dolphinscheduler-incubating-1.3.4-src.zip
 <span class="hljs-meta">
 #</span><span class="bash"> 解压缩</span>
-tar -zxvf apache-dolphinscheduler-incubating-1.3.4-src.zip
+unzip apache-dolphinscheduler-incubating-1.3.4-src.zip
  
 mv apache-dolphinscheduler-incubating-1.3.4-src-release  dolphinscheduler-src
 </code></pre>
diff --git a/zh-cn/docs/1.3.4/user_doc/docker-deployment.json b/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
index da1d77a..8738199 100644
--- a/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h2>快速试用 DolphinScheduler</h2>\n<p>有 2 种方式可以快速试用 DolphinScheduler,分别介绍</p>\n<h3>一、以 docker-compose 的方式启动(推荐)</h3>\n<p>这种方式需要先安装 docker-compose , docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<h5>1、下载源码 zip 包</h5>\n<ul>\n<li>请下载最新版本的源码包并进行解压</li>\n</ul>\n<pre><code class=\"language-shell\"><span class=\"hljs-meta\">#</span><span class=\"bash\"> 创建源码存放目录</span>\nmkdir -p /opt/soft/dolphinscheduler;\ncd /opt/soft/dolphinscheduler;\n<span class=\"hljs-meta\">\n#</span><span class=\ [...]
+  "__html": "<h2>快速试用 DolphinScheduler</h2>\n<p>有 2 种方式可以快速试用 DolphinScheduler,分别介绍</p>\n<h3>一、以 docker-compose 的方式启动(推荐)</h3>\n<p>这种方式需要先安装 docker-compose , docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<h5>1、下载源码 zip 包</h5>\n<ul>\n<li>请下载最新版本的源码包并进行解压</li>\n</ul>\n<pre><code class=\"language-shell\"><span class=\"hljs-meta\">#</span><span class=\"bash\"> 创建源码存放目录</span>\nmkdir -p /opt/soft/dolphinscheduler;\ncd /opt/soft/dolphinscheduler;\n<span class=\"hljs-meta\">\n#</span><span class=\ [...]
   "link": "/dist/zh-cn/docs/1.3.4/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file