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/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 47af59f Automated deployment: b56a01e2e1279b17a47cb21ee4827de8d6f77812
47af59f is described below
commit 47af59f4d429821cc2d505aa9a5dc7c711b27efd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 12 07:46:57 2022 +0000
Automated deployment: b56a01e2e1279b17a47cb21ee4827de8d6f77812
---
en-us/development/development-environment-setup.html | 3 +++
en-us/development/development-environment-setup.json | 2 +-
zh-cn/development/development-environment-setup.html | 5 +++++
zh-cn/development/development-environment-setup.json | 2 +-
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/en-us/development/development-environment-setup.html
b/en-us/development/development-environment-setup.html
index 23d8a34..edf11e6 100644
--- a/en-us/development/development-environment-setup.html
+++ b/en-us/development/development-environment-setup.html
@@ -26,6 +26,9 @@ language</li>
cd dolphinscheduler
git clone [email protected]:apache/dolphinscheduler.git
</code></pre>
+<h3>compile source code</h3>
+<p>i. If you use MySQL database, pay attention to modify pom.xml in the root
project, and change the scope of the mysql-connector-java dependency to
compile.</p>
+<p>ii. Run <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code></p>
<h2>Notice</h2>
<p>There are two ways to configure the DolphinScheduler development
environment, standalone mode and normal mode</p>
<ul>
diff --git a/en-us/development/development-environment-setup.json
b/en-us/development/development-environment-setup.json
index 78de2d5..df95413 100644
--- a/en-us/development/development-environment-setup.json
+++ b/en-us/development/development-environment-setup.json
@@ -1,6 +1,6 @@
{
"filename": "development-environment-setup.md",
- "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software
Requests</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>:
DolphinScheduler version control system</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
DolphinScheduler backend language</li>\n<li><a
href=\"http://maven.apache.org/dow [...]
+ "__html": "<h1>DolphinScheduler development</h1>\n<h2>Software
Requests</h2>\n<p>Before setting up the DolphinScheduler development
environment, please make sure you have installed the software as
below:</p>\n<ul>\n<li><a href=\"https://git-scm.com/downloads\">Git</a>:
DolphinScheduler version control system</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
DolphinScheduler backend language</li>\n<li><a
href=\"http://maven.apache.org/dow [...]
"link": "/dist/en-us/development/development-environment-setup.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/development/development-environment-setup.html
b/zh-cn/development/development-environment-setup.html
index a3645aa..dc76b5a 100644
--- a/zh-cn/development/development-environment-setup.html
+++ b/zh-cn/development/development-environment-setup.html
@@ -25,6 +25,11 @@
cd dolphinscheduler
git clone [email protected]:apache/dolphinscheduler.git
</code></pre>
+<h3>编译源码</h3>
+<ul>
+<li>如果使用MySQL数据库,请注意修改pom.xml, 添加 <code>mysql-connector-java</code> 依赖。</li>
+<li>运行 <code>mvn -U install package -Prelease
-Dmaven.test.skip=true</code></li>
+</ul>
<h2>开发者须知</h2>
<p>DolphinScheduler 开发环境配置有两个方式,分别是standalone模式,以及普通模式</p>
<ul>
diff --git a/zh-cn/development/development-environment-setup.json
b/zh-cn/development/development-environment-setup.json
index a1088cb..34f00dd 100644
--- a/zh-cn/development/development-environment-setup.json
+++ b/zh-cn/development/development-environment-setup.json
@@ -1,6 +1,6 @@
{
"filename": "development-environment-setup.md",
- "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建
DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
后端开发</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>:
Java包管理系统</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>:
前端开发</li>\n</ul>\n<h3>克隆代码库</h3>\n<p>通过你 git 管理工具下载 git 代码,下面以 git-co [...]
+ "__html": "<h1>DolphinScheduler 开发手册</h1>\n<h2>前置条件</h2>\n<p>在搭建
DolphinScheduler 开发环境之前请确保你已经安装一下软件</p>\n<ul>\n<li><a
href=\"https://git-scm.com/downloads\">Git</a>: 版本控制系统</li>\n<li><a
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a>:
后端开发</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>:
Java包管理系统</li>\n<li><a href=\"https://nodejs.org/en/download\">Node</a>:
前端开发</li>\n</ul>\n<h3>克隆代码库</h3>\n<p>通过你 git 管理工具下载 git 代码,下面以 git-co [...]
"link": "/dist/zh-cn/development/development-environment-setup.html",
"meta": {}
}
\ No newline at end of file