Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 587 Bytes

File metadata and controls

25 lines (17 loc) · 587 Bytes

Using Docker

These instructions will provide guidance in getting the RVF running on your local machine for development and testing using docker.

Prerequisites

You will need:

Starting the application

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 -d

That's it.