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