Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 679 Bytes

getting-started.md

File metadata and controls

30 lines (23 loc) · 679 Bytes

Getting started

Prerequisites

  • Java 17
  • Maven 3

Setup

Install Mysql 8.0

RVF requires a local MySQL database to be available.

Download and install MySQL 8.0

Or use brew on macOS

brew install [email protected]

Following this to set up the database and user.

Build RVF

mvn clean install

Import assertions

Follow instructions here.

Start RVF application

java -Xms1024m -Xmx8g -Daws.region=us-east-1 -jar target/release-validation-framework*.jar --server.port=8081 --server.servlet.context-path=/api