简体中文 | English
自动化助手(TencentCloud Automation Tools,TAT)是云服务器的原生运维部署工具。TAT提供自动化的远程操作方式,可直接管理实例,批量执行 Shell,Powershell,Batch 等命令,轻松完成运行自动化运维脚本、轮询进程、安装或卸载软件、更新应用以及安装补丁等常见管理任务。
了解更多信息,请访问 https://cloud.tencent.com/product/tat
-
Rust 工具链版本 ≥ 1.82 (安装指引)
-
平台特定的依赖工具:
平台 依赖工具 Linux • Docker(安装指引)
•cross工具(通过cargo install cross命令安装)Windows • rust MSVC 工具链
执行以下命令编译:
- Linux
make linux_install_pkg- Windows (使用 cmd.exe 命令行)
.\Make.bat win64-bin编译成功后,执行以下命令运行:
- Linux
tar -zxvf release/tat_agent_linux_install_*.tar.gz
cd tat_agent_linux_install_*/
./install.sh- Windows
.\release\win_64\install.bat可以在 Linux 和 Windows 中运行,包括但不限于:
- TencentOS Server
- CentOS
- Ubuntu
- Debian
- openSUSE
- CoreOS