This repository contains the application files for the VEFA validator which is being developed by Difi.
The validator consists of two Github projects:
- vefa-validator-app - The java application (this project)
- vefa-validator-conf - The configuration
To install:
- See documentation for details
Short install version:
- Clone vefa-validator-conf to /etc/opt/VEFAvalidator
- Clone vefa-validator-app to a directory of your choosing
To build:
- At VEFAvalidatorApp: mvn clean install
The build will create a web application and a web service application that can be install in Tomcat or GlassFish. Please refer to the documentation for more information.