Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.09 KB

Setup.md

File metadata and controls

39 lines (31 loc) · 2.09 KB

Hygieia Setup Instructions

The following components are required to run Hygieia:

  • UI

  • API

  • MongoDB 2.6+

    • Download & Installation instructions
    • Configure MongoDB * Name the database as dashboarddb. (Note: This is the same database that the collectors write to. So make sure that this name matches with the database names in collector properties) * create a user called dashboarduser with read/write priveleges. * Turn Authentication on.
  • Collectors for each widget you want data to be collected for.

  • Collectors for following tools are supported currently

    • Agile Story Management

    • Source

    • Build tools

      • Jenkins/Hudson
    • Code Quality

      • Sonar
    • Deployment

      • uDeploy 6.x from IBM

      You can pick and choose which collectors are applicable for your DevOps toolset or you can write your own collector and plug it in.

      How to build the project

      We have included a parent pom for your use, the parent pom will build each of the individual projects in correct order.

      • In the root folder, where the master pom.xml file resides, execute the command below:

          mvn --settings [Path to your settings.xml] clean compile install package