Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Refine the deployment documentation #11361

Merged
merged 11 commits into from
Aug 9, 2022
2 changes: 2 additions & 0 deletions docs/docs/en/guide/installation/pseudo-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ each machine. You could find this file in the path `bin/env/install_env.sh` and
# ---------------------------------------------------------
# Due to the master, worker, and API server being deployed on a single node, the IP of the server is the machine IP or localhost
ips="localhost"
# Modify Configurationexport sshPort="22"
insist777 marked this conversation as resolved.
Show resolved Hide resolved
sshPort=${sshPort:-"22"}
zhongjiajie marked this conversation as resolved.
Show resolved Hide resolved
masters="localhost"
workers="localhost:default"
alertServer="localhost"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/en/guide/start/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DolphinScheduler in a long term. You have to install [docker-compose](https://do
start servers.

After installed docker-compose, it is recommended to modify some configurations for better experience. We highly recommended
modify docker-compose's memory up to 4 GB.
modify docker-compose's free memory up to 4 GB.

- Mac:Click `Docker Desktop -> Preferences -> Resources -> Memory` modified it
- Windows Docker Desktop:
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/zh/guide/installation/pseudo-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ chmod 600 ~/.ssh/authorized_keys
# ---------------------------------------------------------
# Due to the master, worker, and API server being deployed on a single node, the IP of the server is the machine IP or localhost
ips="localhost"
# Modify Configurationexport sshPort="22"
insist777 marked this conversation as resolved.
Show resolved Hide resolved
sshPort=${sshPort:-"22"}
zhongjiajie marked this conversation as resolved.
Show resolved Hide resolved
masters="localhost"
workers="localhost:default"
alertServer="localhost"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/guide/start/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p 25333:2
服务重启的时候保留元数据(如需要挂载到本地路径需要做指定)。他更健壮,能保证用户体验更加完整的 DolphinScheduler 服务。这种方式需要先安装
[docker-compose](https://docs.docker.com/compose/install/),链接适用于 Mac,Linux,Windows。

安装完成 docker-compose 后我们需要修改部分配置以便能更好体验 DolphinScheduler 服务,我们需要配置不少于 4GB 的内存
安装完成 docker-compose 后我们需要修改部分配置以便能更好体验 DolphinScheduler 服务,我们需要配置不少于 4GB 的空闲内存

- Mac:点击 `Docker Desktop -> Preferences -> Resources -> Memory` 调整内存大小
- Windows Docker Desktop:
Expand Down