This repository contains the configuration files for the VEFA validator which is being developed by Difi.
The validator consists of two Github projects:
- VEFAvalidatorApp - The java application
- VEFAvalidatorConf - The configuration (this project)
To install:
- See documentation for details
Short install version:
- Clone VEFAvalidatorConf to /etc/opt/VEFAvalidator
- Clone VEFAvalidatorApp 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.