Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.46 KB

File metadata and controls

28 lines (17 loc) · 1.46 KB

Deploy the FactoryTalk® Optix™ Application

This document describes the steps required to deploy a FactoryTalk® Optix™ Application to the Docker container running the FactoryTalk® Optix™ Update Server.

  • Prepare your FactoryTalk® Optix™ Application by:
    • Removing the NativePresentationEngine
    • Configure the WebPresentationEngine
      • Set the IP address to 0.0.0.0 (all addresses)
      • Set the Port to 80 (or any value you configured as an internal port of the container run command in the starting the container section)
      • Set the Protocol to http (or https if SSL was configured in the project)

FT Optix Application preparation

  • Once the application is ready, configure the target with the proper IP Address and username and proceed with the deployment

Tip

The target IP Address should be the IP of the host machine where the container is running (the container was started in bridge mode)

Deployment options

  • Proceed with the deployment

Deploy project

  • Open the web browser and enter the URL: http://<container_ip>:50080 (change the port if a different mapping was set in the run command)

FT Optix Application running