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 676e05b update upgrade doc of 1.3.1
new fe951d1 Merge pull request #158 from lgcareer/master-1.3.1-doc
676e05b is described below
commit 676e05b8ef89496493316c62114e7569ad0d1ee7
Author: lgcareer <[email protected]>
AuthorDate: Fri Jul 17 11:04:30 2020 +0800
update upgrade doc of 1.3.1
---
docs/en-us/1.3.1/user_doc/quick-start.md | 65 ++++++++++++++++++++++++++++++++
docs/zh-cn/1.3.1/user_doc/upgrade.md | 5 ++-
site_config/site.js | 8 ++--
3 files changed, 72 insertions(+), 6 deletions(-)
diff --git a/docs/en-us/1.3.1/user_doc/quick-start.md
b/docs/en-us/1.3.1/user_doc/quick-start.md
new file mode 100644
index 0000000..7e4ac7d
--- /dev/null
+++ b/docs/en-us/1.3.1/user_doc/quick-start.md
@@ -0,0 +1,65 @@
+# Quick Start
+
+* Administrator user login
+
+ > Address:192.168.xx.xx:8888 Username and password:admin/dolphinscheduler123
+
+<p align="center">
+ <img src="/img/login_en.png" width="60%" />
+ </p>
+
+* Create queue
+
+<p align="center">
+ <img src="/img/create-queue-en.png" width="60%" />
+ </p>
+
+ * Create tenant
+ <p align="center">
+ <img src="/img/create-tenant-en.png" width="60%" />
+ </p>
+
+ * Creating Ordinary Users
+<p align="center">
+ <img src="/img/create-user-en.png" width="60%" />
+ </p>
+
+ * Create an alarm group
+
+ <p align="center">
+ <img src="/img/alarm-group-en.png" width="60%" />
+ </p>
+
+
+ * Create an worker group
+
+ <p align="center">
+ <img src="/img/worker-group-en.png" width="60%" />
+ </p>
+
+ * Create an token
+
+ <p align="center">
+ <img src="/img/token-en.png" width="60%" />
+ </p>
+
+
+ * Log in with regular users
+ > Click on the user name in the upper right corner to "exit" and re-use the
normal user login.
+
+ * Project Management - > Create Project - > Click on Project Name
+<p align="center">
+ <img src="/img/create_project_en.png" width="60%" />
+ </p>
+
+ * Click Workflow Definition - > Create Workflow Definition - > Online
Process Definition
+
+<p align="center">
+ <img src="/img/process_definition_en.png" width="60%" />
+ </p>
+
+ * Running Process Definition - > Click Workflow Instance - > Click Process
Instance Name - > Double-click Task Node - > View Task Execution Log
+
+ <p align="center">
+ <img src="/img/log_en.png" width="60%" />
+</p>
diff --git a/docs/zh-cn/1.3.1/user_doc/upgrade.md
b/docs/zh-cn/1.3.1/user_doc/upgrade.md
index ad4ffab..ba29a5a 100644
--- a/docs/zh-cn/1.3.1/user_doc/upgrade.md
+++ b/docs/zh-cn/1.3.1/user_doc/upgrade.md
@@ -35,7 +35,8 @@
## 5. 服务升级
### 5.1 修改`conf/config/install_config.conf`配置内容
-参照
+单机部署请参照[单机部署(Standalone)](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.1/user_doc/standalone-deployment.html)中的`6.修改运行参数部分`
+集群部署请参照[集群部署(Cluster)](https://dolphinscheduler.apache.org/zh-cn/docs/1.3.1/user_doc/cluster-deployment.html)中的`6.修改运行参数部分`
### 注意事项
创建worker分组在1.3.1版本和之前版本有了不同的设计
@@ -69,7 +70,7 @@ workers="ds1:service1,ds2:service2,ds3:service2"
```
-### 5.2 执行升级脚本
+### 5.2 执行部署脚本
```shell
`sh install.sh`
```
diff --git a/site_config/site.js b/site_config/site.js
index 76ba3c9..995450c 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -18,7 +18,7 @@ export default {
children: [
{
key: 'docs1',
- text: '1.3.1',
+ text: '1.3.1(Recommend)',
link: '/en-us/docs/1.3.1/user_doc/quick-start.html',
},
{
@@ -28,7 +28,7 @@ export default {
},
{
key: 'docs3',
- text: '1.2.0(Recommend)',
+ text: '1.2.0',
link: '/en-us/docs/1.2.0/user_doc/quick-start.html',
},
{
@@ -130,7 +130,7 @@ export default {
children: [
{
key: 'docs1',
- text: '1.3.1',
+ text: '1.3.1(推荐)',
link: '/zh-cn/docs/1.3.1/user_doc/quick-start.html',
},
{
@@ -140,7 +140,7 @@ export default {
},
{
key: 'docs3',
- text: '1.2.0(推荐)',
+ text: '1.2.0',
link: '/zh-cn/docs/1.2.0/user_doc/quick-start.html',
},
{