Skip to content

Commit

Permalink
Mod: update toolserver readme
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitezxc committed Oct 18, 2023
1 parent 9e57231 commit 7b5d068
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ToolServer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ Notes:
- Change api timeout for Toolserver in `docker-compose.yml` by altering values after `-t` in `services.ToolServerManager.command` if you encounter timeout error of ToolServer.

## 🛠️ Build and Setup ToolServer
All docker image build files are stored in `ToolServer/dockerfiles`, together with the `build.sh` script.
You can build them one by one, or build all of them with following command:
All docker image build files are stored in `ToolServer/dockerfiles`.
You can build them manually with following command:
```bash
bash ToolServer/build_all.sh
cd ToolServer
docker-compose build
```
This will build all the docker images for ToolServerManager, ToolServerMonitor and ToolServerNode.

Expand Down
7 changes: 4 additions & 3 deletions ToolServer/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ ToolServer的配置文件存放在`ToolServer/config/`目录下,你可以修
- 如果你遇到ToolServer的超时错误,请在`docker-compose.yml`中修改`services.ToolServerManager.command``-t`后面的值以修改ToolServer的超时时间。

## 🛠️ 编译和启动ToolServer
所有的docker镜像构建文件都存放在`ToolServer/dockerfiles`目录下,其中`build.sh`脚本用于构建所有的镜像
你可以逐个构建镜像,也可以使用如下命令一键构建所有镜像
所有的docker镜像构建文件都存放在`ToolServer/dockerfiles`目录下。
你可以使用如下命令手动构建所有镜像
```bash
bash ToolServer/build_all.sh
cd ToolServer
docker-compose build
```
这将构建ToolServerManager、ToolServerMonitor和ToolServerNode的docker镜像。

Expand Down

0 comments on commit 7b5d068

Please sign in to comment.