ThingWorx Flow > ThingWorx Flow のインストールと管理 > ThingWorx Flow 8.5 インストールの概要 > ThingWorx Foundation とは別のマシンへの ThingWorx Flow のインストール
ThingWorx Foundation とは別のマシンへの ThingWorx Flow のインストール
手順
ThingWorx Foundation とは別のマシンに ThingWorx Flow をインストールできます。実行する必要がある手順は大きく分けて以下のとおりです。
1. ThingWorx Flow をインストールするホストに ThingWorx Foundationplatform_settings.json ファイルをコピーします。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. RabbitMQ および ThingWorx-Flow サービスを再起動します。
3. 更新された platform_settings.json ファイルを ThingWorx Foundation ホストにコピーし、ThingWorx Foundation を再起動します。
5. ThingWorx Foundation ホストで、以下のコマンドを実行して ThingWorx Foundation ポートを有効にします。
firewall-cmd --zone=public --add-port=<ThingWorx Foundation ポート>/tcp --permanent && firewall-cmd --reload