Note: Ignore this step if you are going to use Automated Order Plan Development in co-located mode.
Start
tibco/aopd:5.0.0-LR 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 Automated Order Plan Development has started as a container. Use this port to configure Automated Order Plan Development configurations for Plan-Preview through Configurator UI.
Start
tibco/oms:5.0.0-LR as a container using the following command:
$] docker-compose --file docker-compose-run-oms.yml up -d
Check the details for the Order Management 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 Order Management Server.
Configure the server information (address and port) using the Configurator UI. These properties are used by Automated Order Plan Development UI at the startup time, so after making these changes, start the Automated Order Plan Development UI container.
Start the
tibco/omsui:5.0.0-LR as a container using the following command:
$] docker-compose --file docker-compose-run-omsui.yml up -d
Check the details for the Automated Order Plan Development UI container by executing the following command:
$] docker ps -a
You can access the Automated Order Plan Development UI on the port, which you had set for the
HOST_OMS_UI_PORT variable in the
.env file.