UiPath Documentation
automation-suite
2023.10
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Linux 版 Automation Suite 安装指南

上次更新日期 2026年3月26日

更新 Redis 凭据

生成 cluster_config.json 文件

使用以下命令生成最新的 cluster_config.json 文件:

uipathctl manifest get-revision >> ./cluster_config.json
uipathctl manifest get-revision >> ./cluster_config.json
备注:

有关如何配置cluster_config.json参数的详细信息,请参阅高级安装体验

为 Redis 提供新凭据

使用新密码和/或主机名更新 cluster_config.json 文件中的以下部分:

"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }
"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }

运行服务安装程序

要运行服务安装程序,请使用以下命令:

cd /opt/UiPathAutomationSuite/{version}/installer

./install-uipath.sh -i ./cluster_config.json -s -o output.json --accept-license-agreement
cd /opt/UiPathAutomationSuite/{version}/installer

./install-uipath.sh -i ./cluster_config.json -s -o output.json --accept-license-agreement

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新