Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

  • Connect to MongoDB and execute database script, for details refer this guide.

  • Open Browser and point
    https://localhost/ (For windows)
    https://<IP-adress> (For Linux)

  • Login with Admin user Steps

  • Configure your first project. Steps

  • SSL certificate update Steps

  • Add AD certificate (for Integration with AD Authentication) Steps

  • Monitor your application logs


How to Monitor Logs?

Command Line: We have list of container’s running :

  1. customapi

  2. mongodb

  3. ui

  4. jira-processor

  5. devops-processor

  6. azure-board-processor

  7. azure-pipeline-repo

  8. notification-consumer

  9. zookeeper

  10. kafka

You can view logs of above container’s by following command .

docker logs -f --tail 50 <container name >

Example:

docker logs -f --tail 50 customapi

Docker for Desktop: On docker for desktop please follow the bellow steps

  1. Open docker for desktop application .

  2. Navigate to Containers

  3. Select the container which you want to check logs as shown in the picture .

  • No labels