Skip to content

Commit 983f9b4

Browse files
authored
[Doc] Add tools/libs to the init database steps (#11345)
1 parent 3061bbc commit 983f9b4

12 files changed

Lines changed: 12 additions & 16 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,9 @@ You are very welcome to communicate with the developers and users of Dolphin Sch
9696
1. Join the Slack channel [Slack](https://asf-dolphinscheduler.slack.com/).
9797
2. Follow the [Twitter account of DolphinScheduler](https://twitter.com/dolphinschedule) and get the latest news on time.
9898

99-
### Contributor over time
100-
101-
[![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/dolphinscheduler)](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/dolphinscheduler)
102-
10399
## How to Contribute
104100

105-
The community welcomes everyone to contribute, please refer to this page to find out more: [How to contribute](https://dolphinscheduler.apache.org/en-us/community/development/contribute.html).
101+
The community welcomes everyone to contribute, please refer to this page to find out more: [How to contribute](docs/docs/en/contribute/join/contribute.md).
106102

107103
# Landscapes
108104

‎README_zh_CN.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DolphinScheduler的工作计划:<a href="https://github.com/apache/dolphinsche
4848
## 参与贡献
4949

5050
非常欢迎大家来参与贡献,贡献流程请参考:
51-
[[参与贡献](https://dolphinscheduler.apache.org/zh-cn/community/development/contribute.html)]
51+
[[参与贡献](docs/docs/zh/contribute/join/contribute.md)]
5252

5353
## 快速试用 Docker
5454

‎docs/docs/en/contribute/api-test.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-api-test/do
8787
## Supplements
8888

8989
When running API tests locally, First, you need to start the local service, you can refer to this page:
90-
[development-environment-setup](https://dolphinscheduler.apache.org/en-us/development/development-environment-setup.html)
90+
[development-environment-setup](./development-environment-setup.md)
9191

9292
When running API tests locally, the `-Dlocal=true` parameter can be configured to connect locally and facilitate changes to the UI.
9393

‎docs/docs/en/contribute/e2e-test.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphin
179179
## III. Supplements
180180

181181
When running E2E tests locally, First, you need to start the local service, you can refer to this page:
182-
[development-environment-setup](https://dolphinscheduler.apache.org/en-us/development/development-environment-setup.html)
182+
[development-environment-setup](./development-environment-setup.md)
183183

184184
When running E2E tests locally, the `-Dlocal=true` parameter can be configured to connect locally and facilitate changes to the UI.
185185

‎docs/docs/en/contribute/join/e2e-guide.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In each issue, we list the content to be tested and the expected results, which
2929

3030
### How to write test code?
3131

32-
After taking up the corresponding task, the next step is to get to the crux of writing the code. Many partners may not be familiar with E2E test codes, so you can refer to this page: [e2e-test](https://dolphinscheduler.apache.org/en-us/development/e2e-test.html).
32+
After taking up the corresponding task, the next step is to get to the crux of writing the code. Many partners may not be familiar with E2E test codes, so you can refer to this page: [e2e-test](../e2e-test.md).
3333

3434
### How to submit a Pull Request?
3535

‎docs/docs/en/guide/howto/datasource-setting.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export SPRING_DATASOURCE_PASSWORD={password}
2020
## Pseudo-Cluster/Cluster Initialize the Database
2121

2222
DolphinScheduler metadata is stored in the relational database. Currently, supports PostgreSQL and MySQL. If you use MySQL, you need to manually download [mysql-connector-java driver][mysql] (8.0.16) and move it to the libs directory of DolphinScheduler
23-
which is `api-server/libs/` and `alert-server/libs` and `master-server/libs` and `worker-server/libs`. Let's take MySQL as an example for how to initialize the database:
23+
which is `api-server/libs/` and `alert-server/libs` and `master-server/libs` and `worker-server/libs` and `tools/libs`. Let's take MySQL as an example for how to initialize the database:
2424

2525
For mysql 5.6 / 5.7
2626

‎docs/docs/zh/contribute/api-test.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-api-test/do
8686

8787
## 补充
8888

89-
在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](https://dolphinscheduler.apache.org/zh-cn/development/development-environment-setup.html)
89+
在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](./development-environment-setup.md)
9090

9191
在本地运行 API 测试的时候,可以配置 `-Dlocal=true` 参数,用于连接本地,方便对于 UI 界面的更改。
9292

‎docs/docs/zh/contribute/e2e-test.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphin
177177

178178
## 三、补充
179179

180-
在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](https://dolphinscheduler.apache.org/zh-cn/development/development-environment-setup.html)
180+
在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](./development-environment-setup.md)
181181

182182
在本地运行 E2E 测试的时候,可以配置 `-Dlocal=true` 参数,用于连接本地,方便对于 UI 界面的更改。
183183

‎docs/docs/zh/contribute/join/e2e-guide.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ E2E 测试的主要目的是通过模拟真实的用户场景,验证被测系
2929

3030
### 如何编写测试代码?
3131

32-
在认领对应的任务之后,下一步就进入到编写代码的关键。很多同学可能对于 E2E 测试代码并不是很熟悉,因此可以参考该页面:[e2e-test](https://dolphinscheduler.apache.org/zh-cn/development/e2e-test.html)
32+
在认领对应的任务之后,下一步就进入到编写代码的关键。很多同学可能对于 E2E 测试代码并不是很熟悉,因此可以参考该页面:[e2e-test](../e2e-test.md)
3333

3434
### 如何提交 Pull Request ?
3535

‎docs/docs/zh/guide/howto/datasource-setting.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export SPRING_DATASOURCE_PASSWORD={password}
2020
## 伪分布式/分布式安装初始化数据库
2121

2222
DolphinScheduler 元数据存储在关系型数据库中,目前支持 PostgreSQL 和 MySQL,如果使用 MySQL 则需要手动下载 [mysql-connector-java 驱动][mysql] (8.0.16) 并移动到 DolphinScheduler 的每个模块的 libs 目录下
23-
其中包括 `api-server/libs/``alert-server/libs``master-server/libs``worker-server/libs`。下面以 MySQL 为例,说明如何初始化数据库
23+
其中包括 `api-server/libs/``alert-server/libs``master-server/libs``worker-server/libs``tools/libs`。下面以 MySQL 为例,说明如何初始化数据库
2424

2525
对于mysql 5.6 / 5.7:
2626

0 commit comments

Comments
 (0)