These instructions will provide guidance in getting the RVF running on your local machine for development and testing using docker.
You will need:
- Git Client to clone the project
- Docker for docker(!)
Clone the project then start using docker-compose:
> git clone https://github.com/IHTSDO/release-validation-framework.git
> cd release-validation-framework
> docker-compose up -dThat's it.