This repository holds the source for the Trustmark Assessment Tool.
If you are interested in trying out the TAT, we recommmended that you deploy it using the Trustmark Tools Deployer. You can quickly setup a local version of the tool to experiment with, and you can use that project to deploy an Internet facing version as well. For more information about how to use the TAT, please see the TAT User Guide.
-
Download and Install Java11 SDK.
-
You must have a built copy of the https://github.com/Trustmark-Initiative/tmf-api available in your local Maven repository.
-
You must have built a copy of the https://github.com/Trustmark-Initiative/tmf-shared-views in your local Maven repository.
-
You can build the software with the included gradlew wrapper:
./gradlew clean build
-
You can run the software with docker, see the deployer for details: https://github.com/Trustmark-Initiative/trustmark-tools-deploy