ThingWorx Flow > ThingWorx Flow 安装和管理 > ThingWorx Flow 8.5 安装概述 > 将 ThingWorx Flow 安装在与 ThingWorx Foundation 不同的计算机上
将 ThingWorx Flow 安装在与 ThingWorx Foundation 不同的计算机上
步骤
您可以将 ThingWorx Flow 安装在与 ThingWorx Foundation 不同的计算机上。以下是对需要执行的步骤的高度概述:
1. ThingWorx Foundation platform_settings.json 文件复制到您想要安装 ThingWorx Flow 的主机上。安装 ThingWorx Flow 时需提供此 platform_settings.json 文件位置。
2. 安装 ThingWorx Flow
有关安装 ThingWorx Flow 的详细步骤,请参阅在 在 PostgreSQL 上安装 ThingWorx Flow在 Microsoft SQL Server 上安装 ThingWorx Flow,具体取决于您所使用的数据库。
安装后步骤
1. platform-settings.json 文件中的 OrchestrationSettings 部分下针对 QueuePassword 显示的密码不进行加密。按照 此处的步骤加密 QueuePassword (RabbitMQ 密码)。
在此过程中,您必须将 QueuePassword 的值更新为 encrypt.queue.password
如需更改 RabbitMQ 密码,请参阅 更新 RabbitMQ 加密密码
2. 重新启动 RabbitMQThingWorx-Flow 服务。
3. 将已更新 platform_settings.json 文件复制到 ThingWorx Foundation 主机,然后重新启动 ThingWorx Foundation
5. ThingWorx Foundation 主机上,运行以下命令以启用 ThingWorx Foundation 端口:
firewall-cmd --zone=public --add-port=<ThingWorx_Foundation_Port>/tcp --permanent && firewall-cmd --reload