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

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


The following commit(s) were added to refs/heads/master by this push:
     new 832d1e0  1.3.9 doc-Add stand-alone component description (#463)
832d1e0 is described below

commit 832d1e086ec6939185b2d654fa456744ccf892e4
Author: Kirs <[email protected]>
AuthorDate: Fri Oct 22 20:30:51 2021 +0800

    1.3.9 doc-Add stand-alone component description (#463)
    
    * 1.3.9 doc-Add stand-alone component description
    
    * add default account desc
    
    * add default account desc
    
    * add default account desc
---
 docs/en-us/1.3.9/user_doc/standalone-server.md |  9 +++++++--
 docs/zh-cn/1.3.9/user_doc/standalone-server.md | 12 +++++++++---
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/docs/en-us/1.3.9/user_doc/standalone-server.md 
b/docs/en-us/1.3.9/user_doc/standalone-server.md
index 14fdf7b..1bf5f8a 100644
--- a/docs/en-us/1.3.9/user_doc/standalone-server.md
+++ b/docs/en-us/1.3.9/user_doc/standalone-server.md
@@ -3,14 +3,14 @@
 
 
 # NOTICE:
-Recommended for less than 20 workflows, Use H2 Database, Zookeeper Testing 
Server.
+Recommended for less than 20 workflows, Using embedded technology, including 
H2 Database,Zookeeper Testing Server.
 
 # 1. Preparation
 
 * [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+), please configure JAVA_HOME and PATH variables under /etc/profile
 
 
-# 2, one key start
+# 2. One key start
 
 - Switch to a user with sudo privileges and run the script
 
@@ -27,6 +27,11 @@ sh . /bin/dolphinscheduler-daemon.sh start standalone-server
 <p align="center">
 <img src="/img/login.png" width="60%" />
 </p>
+<p>
+Sign in with the administrator account<br>
+username: admin<br>
+password: dolphinscheduler123
+</p>
 
 # 4. Start/Stop Service
 
diff --git a/docs/zh-cn/1.3.9/user_doc/standalone-server.md 
b/docs/zh-cn/1.3.9/user_doc/standalone-server.md
index 2b06026..afafb60 100644
--- a/docs/zh-cn/1.3.9/user_doc/standalone-server.md
+++ b/docs/zh-cn/1.3.9/user_doc/standalone-server.md
@@ -3,16 +3,16 @@
 
 
 ## NOTICE:
-建议20个以下工作流使用,采用 H2 Database, Zookeeper Testing Server。
+建议 20 个以下工作流使用,采用嵌入式技术,包含 H2 Database, Zookeeper Testing Server。
 
 # 1、准备工作
 
-* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+),请配置/etc/profile下 JAVA_HOME 及 PATH 变量
+* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) 
(1.8+),请配置 /etc/profile下 JAVA_HOME 及 PATH 变量
 
 
 # 2、一键启动
 
-- 切换到有sudo权限的用户,运行脚本
+- 切换到有 sudo 权限的用户,运行脚本
 
 ```shell
 sh ./bin/dolphinscheduler-daemon.sh start standalone-server
@@ -28,6 +28,12 @@ sh ./bin/dolphinscheduler-daemon.sh start standalone-server
 <img src="/img/login.png" width="60%" />
 </p>
 
+<p>
+登入系统<br>
+用户名: admin <br>
+密码: dolphinscheduler123
+</p>
+
 # 4、启停服务
 
 * 一键启停服务

Reply via email to