Installation
This document describes the installation process. It does not discuss the setup for a developer.
Requirements
Local Deployment
Java 17 is the only requirement needed to run QA on your machine. All other dependencies come with the jar file.
Download the zip and unzip in your desired location. Navigate to the directory
In the directory where the jar file is, run
Once QA is running, navigate to localhost:8080 on your chosen web browser.
Server Deployment
Requirements:
Java 17
Maven
PostgreSQL
Tomcat 10
Configure the application-postgres.properties file to make sure it has the correct information. It can be found in src/main/resources.
Deploy using
This will create a .war file in the target directory. Move this to the Tomcat webapps directory and restart the server.
Authentication
To use an Entra, you must create and an Application and an Application secret. This will need to be configured in application-Entra.yml which can also be found in src/main/resources.
Last updated