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 2020/06/08 08:04:10 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: Mon Jun 8 08:03:59 UTC 2020 add9063c38e0d08fa58bea477dbc433d7b645073

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 c07aeeb  Automated deployment: Mon Jun  8 08:03:59 UTC 2020 add9063c38e0d08fa58bea477dbc433d7b645073
c07aeeb is described below

commit c07aeeb28ab4d3b2142b97621d3adc39184c0873
Author: lenboo <le...@users.noreply.github.com>
AuthorDate: Mon Jun 8 08:04:00 2020 +0000

    Automated deployment: Mon Jun  8 08:03:59 UTC 2020 add9063c38e0d08fa58bea477dbc433d7b645073
---
 zh-cn/docs/1.2.0/user_doc/development-environment-setup.html | 2 +-
 zh-cn/docs/1.2.0/user_doc/development-environment-setup.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zh-cn/docs/1.2.0/user_doc/development-environment-setup.html b/zh-cn/docs/1.2.0/user_doc/development-environment-setup.html
index 03d595a..ec7ad23 100644
--- a/zh-cn/docs/1.2.0/user_doc/development-environment-setup.html
+++ b/zh-cn/docs/1.2.0/user_doc/development-environment-setup.html
@@ -40,7 +40,7 @@
 </li>
 <li>
 <p>创建表和初始化数据:
-修改dao模块resource目录下application.properties文件中的数据库配置信息,然后执行org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler的类,运行完,刷新数据库,表和数据都有了。</p>
+修改dao模块resource目录下application.properties文件中的数据库配置信息,如果你使用MySQL作为数据库,那么还需要配置pom.xml中mysql-connector-java依赖的scope为compile,然后执行org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler的类,运行完,刷新数据库,表和数据都有了。</p>
 </li>
 <li>
 <p>启动MasterServer
diff --git a/zh-cn/docs/1.2.0/user_doc/development-environment-setup.json b/zh-cn/docs/1.2.0/user_doc/development-environment-setup.json
index c42d93b..e307881 100644
--- a/zh-cn/docs/1.2.0/user_doc/development-environment-setup.json
+++ b/zh-cn/docs/1.2.0/user_doc/development-environment-setup.json
@@ -1,6 +1,6 @@
 {
   "filename": "development-environment-setup.md",
-  "__html": "<h4>准备工作</h4>\n<ol>\n<li>\n<p>首先从远端仓库fork <a href=\"https://github.com/apache/incubator-dolphinscheduler\">dolphinscheduler</a> 一份代码到自己的仓库中</p>\n</li>\n<li>\n<p>安装好MySQL/PostgreSQL,Zookeeper,Nginx,Hadoop(可选)</p>\n</li>\n<li>\n<p>把自己仓库clone到本地</p>\n<p><code>git clone https://github.com/apache/incubator-dolphinscheduler.git</code></p>\n</li>\n<li>\n<p>git clone项目后,进入目录,执行以下命令。</p>\n</li>\n</ol>\n<pre><code>1. git branch -a    #查看分支\n2. git checkout dev #切换到dev分支\n3. git pull # [...]
+  "__html": "<h4>准备工作</h4>\n<ol>\n<li>\n<p>首先从远端仓库fork <a href=\"https://github.com/apache/incubator-dolphinscheduler\">dolphinscheduler</a> 一份代码到自己的仓库中</p>\n</li>\n<li>\n<p>安装好MySQL/PostgreSQL,Zookeeper,Nginx,Hadoop(可选)</p>\n</li>\n<li>\n<p>把自己仓库clone到本地</p>\n<p><code>git clone https://github.com/apache/incubator-dolphinscheduler.git</code></p>\n</li>\n<li>\n<p>git clone项目后,进入目录,执行以下命令。</p>\n</li>\n</ol>\n<pre><code>1. git branch -a    #查看分支\n2. git checkout dev #切换到dev分支\n3. git pull # [...]
   "link": "/zh-cn/docs/1.2.0/user_doc/development-environment-setup.html",
   "meta": {}
 }
\ No newline at end of file