Post installation verifications

Manager webapp

To verify if the solution has been deployed successfully, you can access the web interface at http://<SERVER_IP>:<NGINX_PORT>. For instance, if you are running the solution locally, you can access it at http://127.0.0.1:8084/.

Verifying that the stack has started successfully

To verify that the stack has been deployed correctly, execute the following command and ensure that all services have a replica count of 1/1:

docker service ls

Make sure that each service listed in the output has a replica count of 1/1.

The expected output should be similar the screenshot below: