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

update enhanceDeploy md #970

Merged
merged 2 commits into from
Dec 12, 2023
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
42 changes: 2 additions & 40 deletions doc/en/quickStarted/enhanceDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,46 +22,8 @@ The TCA enhanced analysis module requires users to additionally deploy the Licen

**Continuously updating...**

## TCA Trial Version Enhanced Capability Application
If you usually use the [TCA trial version public service](https://tca.tencent.com/) and want to experience the enhanced analysis module's analysis capabilities on the trial version, you can apply and configure as follows:

1. Apply for the Client License by email to the TCA team

- Recipient email:
```
[email protected]
[email protected]
[email protected]
[email protected]
```

- The application email format is as follows:

Subject: **TCA Independent Tool Client License Application**

Content:
| | |
| :----: | :----: |
| Applicant's Name | xxx |
| Name of the Organization the Applicant Belongs to | xxx |
| Type of Organization the Applicant Belongs to | Optional: Company/School/Individual |
| Applicant's Email | xxx |
| Applicant's Mobile Number | xxx |
| Is it Privately Deployed | No |
| Purpose of Experience Application | xxx |

2. After receiving the reply email from the TCA team, configure the CLS microservice information in the `config.ini` of the TCA Client directory, for example

```ini
[LICENSE_CONFIG]
; [optional] Fill in when using independent tools, no need by default
; Domain name and port of the License service
URL=https://tca.tencent.com
BASE_PATH=server/license
LICENSE=<Client License>
```

After the configuration is complete, you can normally use the enhanced analysis module capabilities on the TCA trial version.
## TCA official website version enhanced capability application
If users usually use [TCA official website version public service](https://tca.tencent.com/) and want to experience the analysis capabilities of the enhanced analysis module on the official website version, they can follow [this help document](https://tca.tencent.com/document/zh/guide/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%8E%A5%E5%85%A5/License%E9%85%8D%E7%BD%AE.html) to apply for configuration.

## TCA Private Deployment Enhanced Capability Application
If you are using TCA in an enterprise intranet environment and want to experience the enhanced analysis module capabilities of TCA on the intranet, you can apply as follows.
Expand Down
42 changes: 2 additions & 40 deletions doc/zh/quickStarted/enhanceDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,8 @@ TCA 增强分析模块,需要用户额外部署 License 鉴权微服务,并

**持续更新中……**

## TCA 体验版增强能力申请
如果用户平常使用的是 [TCA 体验版公共服务](https://tca.tencent.com/),并想在体验版上体验到增强分析模块的分析能力,可以按照下面步骤进行申请配置:

1. 向 TCA 团队邮件申请 Client License

- 收件邮箱:
```
[email protected]
[email protected]
[email protected]
[email protected]
```

- 申请邮件格式如下:

主题:**TCA 独立工具 Client License 申请**

正文:
| | |
| :----: | :----: |
| 申请人名称 | xxx |
| 申请人所在组织名称 | xxx |
| 申请人所在组织类型 | 可选选项:公司/学校/个人 |
| 申请人邮箱 | xxx |
| 申请人手机号码 | xxx |
| 是否私有化部署 | 否 |
| 体验申请用途 | xxx |

2. 收到 TCA 团队回复邮件之后,在 TCA Client目录的 [`config.ini`](https://github.com/Tencent/CodeAnalysis/blob/main/client/config.ini) 中配置 CLS 微服务信息,比如

```ini
[LICENSE_CONFIG]
; [可选]使用独立工具时,需要填写,默认不需要
; License服务的域名和端口
URL=https://tca.tencent.com
BASE_PATH=server/license
LICENSE=<Client License>
```

配置完成之后,便可以在 TCA 体验版上正常使用增强分析模块能力了。
## TCA 官网版增强能力申请
如果用户平常使用的是 [TCA 官网版公共服务](https://tca.tencent.com/),并想在官网版上体验到增强分析模块的分析能力,可以按照[这篇帮助文档](https://tca.tencent.com/document/zh/guide/%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%8E%A5%E5%85%A5/License%E9%85%8D%E7%BD%AE.html)进行申请配置。


## TCA 私有化部署增强能力申请
Expand Down