Note: Ignore this step if you are going to use AOPD in co-located mode.
Start
tibco/fom-aopd:4.0.0 as a container using the following command:
$] docker-compose --file docker-compose-run-aopd.yml up -d
Check that the container has started using the following command:
$] docker ps -a
This command gives all the information about the started container. You can also see the port on which AOPD has started as a container. Use this port to configure AOPD configurations for Plan-Preview through Configurator UI.
Start
tibco/fom-oms:4.0.0 as a container using the following command:
$] docker-compose --file docker-compose-run-oms.yml up -d
Check the details for the OMS server container by executing the following command:
$] docker ps -a
The output also gives you the port number which you must use for accessing the OMS server.
Configure the server information (address and port) using the Configurator UI. These properties are used by OMS UI at the startup time, so after making these changes, start the OMS UI container.
Start the
tibco/fom-omsui:4.0.0 as a container using the following command:
$] docker-compose --file docker-compose-run-omsui.yml up -d
Check the details for the OMS UI container by executing the following command:
$] docker ps -a
You are able to access the OMS UI on the port which you had set for the
HOST_OMS_UI_PORT variable in the
.env file.
Note: Ignore this step in case you do not plan to use OPE in co-located mode.
Start
tibco/fom-ope:4.0.0 as a container using the following command:
$] docker-compose --file docker-compose-run-ope.yml up -d
Check the details for the OPE container by executing the following command:
$] docker ps -a
The output gives you the port which you must use for accessing OPE.