File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
28282022-04-13 18:35:29.356510559 +0800 CST [INFO] Version: 20220328.1
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
Original file line number Diff line number Diff 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
28282022-04-13 18:35:29.356510559 +0800 CST [INFO] Version: 20220328.1
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
You can’t perform that action at this time.
0 commit comments