Installation
This document describes the installation steps. The prerequisites can be found in the previous section about requirements.
Last updated
This document describes the installation steps. The prerequisites can be found in the previous section about requirements.
Last updated
Follow these steps to install the tool:
Clone the Repository
The URI is
Setup the database
To use SQLite, add qualityassurance.db in src/main/resources
To use PostgreSQL, create a database and configure the connection appropriately in src/main/resources/application-postgres.properties
You can use the schema file in the db folder to help setup the database
Security configuration
If you plan on using Entra for authentication, you must update application-Entra.yml respectively.
Configuration files can be found in src/main/resources
Use maven to run the application
You can use mvn spring-boot:run
Specify a profile using -P
For example, mvn spring:boot-run -Ppostgres
Additionally, you can specify the in application.properties
For server deployment, look