Skip to content

📝 update enhance deploy md #1020

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

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/en/quickStarted/enhanceDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ If the above deployment steps have been completed, but the enhanced function sti
```log
method(head) call fails on error: <urlopen error [Errno 111] Connection refused>
```
- Continue to verify. If it is Docker or Docker-Compose deployment method, enter the TCA Client container. If it is a remote code deployment, go to the TCA Client machine. Execute the following command to confirm whether the network is accessible:
- Continue to verify. If it is Docker or Docker-Compose deployment method, enter the TCA Client container. If it is a source code deployment, go to the TCA Client machine. Execute the following command to confirm whether the network is accessible:
```bash
ping <CLS IP or domain name filled in config.ini>
telnet <CLS IP or domain name filled in config.ini> <corresponding port>
Expand Down
2 changes: 1 addition & 1 deletion doc/zh/quickStarted/enhanceDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ kill -USR2 <pid>
```log
method(head) call fails on error: <urlopen error [Errno 111] Connection refused>
```
- 继续验证。如果是 Docker 或者 Docker-Compose 部署方式的话,进入 TCA Client 所在容器中。如果是远嘛部署,则来到 TCA Client 所在机器上。执行以下命令确认网络是否通路:
- 继续验证。如果是 Docker 或者 Docker-Compose 部署方式的话,进入 TCA Client 所在容器中。如果是源码部署,则来到 TCA Client 所在机器上。执行以下命令确认网络是否通路:
```bash
ping <config.ini中填写的 CLS IP或者域名>
telnet <config.ini中填写的 CLS IP或者域名> <对应端口>
Expand Down