Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.01 KB

Development

If you want to make changes to verify-service-provider itself, fork the repository then:

Test

./pre-commit.sh

Startup

./startup.sh

You will need to either have environment variables set as above, or have edited the main configuration file (verify-service-provider.yml), or to pass an argument to this script for the application to start. Available arguments are local-fed for running against a locally running federation (see verify local startup) or vsp-only for using default values to run against compliance tool on the reference environment.

Build a distribution

./gradlew distZip

You can find the distribution zip at build/distributions.

See docs/development for more information about the development of the VSP, including how to run the application against a local compliance tool and see advanced configuration options.