Launching the Infrastructure and Optimization Server Services
As mentioned above, infrastructure and Optimization Server services are always run as Docker containers. The Application Generator tool generated configurations for these two layers, thus allowing to launch them.
To Launch the Infrastructure and Optimization Server Services
-
Log into the DecisionBrain Docker registry if not done already. This can be done with the following command, using the installation credentials.
docker login product-dbgene-prod-docker-group.decisionbrain.cloud
-
Launch the infrastructure services by running the following command in the
deployment/docker/infradirectory.docker compose up -d
-
To monitor the progress of the services startup, use the following command:
docker compose logs -f
-
Once all services have finished starting, you can interrupt the log printing with
^Cand proceed to the launch of Optimization Server services. To this end, run the following command in thedeployment/docker/dbosdirectory.docker compose up -d