Installation
This document describes the installation steps. The prerequisites can be found in the previous section about requirements.
Follow these steps to install the tool:
Clone the Repository
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
Last updated