Skip to content

Commit a023f2f

Browse files
committed
📝 update enhance deploy doc
Signed-off-by: cyw3 <2927096163@qq.com>
1 parent d6da076 commit a023f2f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/en/quickStarted/enhanceDeploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TCA 增强分析模块,需要用户额外部署 License 鉴权微服务,并
2222
- 一台 CLS 微服务专属机器,CLS 微服务需要跟该机器绑定
2323

2424
### 步骤
25-
1. 在 CLS 目录下执行以下命令,获取 Server ID 和 Client License
25+
1.[CLS](https://github.com/Tencent/CodeAnalysis/tree/main/server/cls) 目录下执行以下命令,获取 Server ID 和 Client License
2626
```shell
2727
$ ./cls server
2828
2022-04-13 18:35:29.356510559 +0800 CST [INFO] Version: 20220328.1
@@ -33,7 +33,7 @@ xxx
3333
- Server ID: 机器码,用于跟TCA团队申请License授权
3434
- Client License: 提供给TCA Client, 方便TCA Client进行工具鉴权(重要,建议备份留底)
3535

36-
2. 在 TCA Client 的 config.ini 中配置 CLS 微服务,比如
36+
2. 在 TCA Client 的 [config.ini](https://github.com/Tencent/CodeAnalysis/blob/main/client/config.ini) 中配置 CLS 微服务,比如
3737
```ini
3838
[LICENSE_CONFIG]
3939
; [可选]使用独立工具时,需要填写,默认不需要
@@ -67,7 +67,7 @@ TCA独立工具License申请邮件
6767
| 首次登记的机器码 | xxx |
6868
| 体验申请用途 | xxx |
6969

70-
4. 收到 TCA 团队回复邮件之后,在 CLS 目录下的[config.yaml](config.yaml)文件中填写License
70+
4. 收到 TCA 团队回复邮件之后,在 CLS 目录下的[config.yaml](https://github.com/Tencent/CodeAnalysis/blob/main/server/cls/config.yaml)文件中填写License
7171
注意!请遵从yaml格式,比如:
7272
- 键值对中,冒号 `:` 后面一定要跟一个空白字符,示例 `key: value`.
7373

doc/zh/quickStarted/enhanceDeploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TCA 增强分析模块,需要用户额外部署 License 鉴权微服务,并
2222
- 一台 CLS 微服务专属机器,CLS 微服务需要跟该机器绑定
2323

2424
### 步骤
25-
1. 在 CLS 目录下执行以下命令,获取 Server ID 和 Client License
25+
1.[CLS](https://github.com/Tencent/CodeAnalysis/tree/main/server/cls) 目录下执行以下命令,获取 Server ID 和 Client License
2626
```shell
2727
$ ./cls server
2828
2022-04-13 18:35:29.356510559 +0800 CST [INFO] Version: 20220328.1
@@ -33,7 +33,7 @@ xxx
3333
- Server ID: 机器码,用于跟TCA团队申请License授权
3434
- Client License: 提供给TCA Client, 方便TCA Client进行工具鉴权(重要,建议备份留底)
3535

36-
2. 在 TCA Client 的 config.ini 中配置 CLS 微服务,比如
36+
2. 在 TCA Client 的 [config.ini](https://github.com/Tencent/CodeAnalysis/blob/main/client/config.ini) 中配置 CLS 微服务,比如
3737
```ini
3838
[LICENSE_CONFIG]
3939
; [可选]使用独立工具时,需要填写,默认不需要
@@ -67,7 +67,7 @@ TCA独立工具License申请邮件
6767
| 首次登记的机器码 | xxx |
6868
| 体验申请用途 | xxx |
6969

70-
4. 收到 TCA 团队回复邮件之后,在 CLS 目录下的[config.yaml](config.yaml)文件中填写License
70+
4. 收到 TCA 团队回复邮件之后,在 CLS 目录下的[config.yaml](https://github.com/Tencent/CodeAnalysis/blob/main/server/cls/config.yaml)文件中填写License
7171
注意!请遵从yaml格式,比如:
7272
- 键值对中,冒号 `:` 后面一定要跟一个空白字符,示例 `key: value`.
7373

0 commit comments

Comments
 (0)