<img src="https://pbs.twimg.com/profile_images/461570480298663937/N78Jgl-f_400x400.jpeg" width="150";height="50"/>
The following components are required to run Hygieia:
-
Mongo DB 2.6+
- Download & Installation instructions
- Configure Mongodb * Name the database as dashboarddb. * 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
-
- VersionOne
- Jira
-
- Github
- Subversion
-
- Jenkins/Hudson
-
- Sonar
-
- 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 master pom.xml resides execute below command
mvn --settings [Path to your settings.xml] clean compile install package
-