Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 798 Bytes

INSTALL.md

File metadata and controls

23 lines (13 loc) · 798 Bytes

Installation Instructions

This file contains information on how to configure and run the Bpdm Certificate Management applications.

Bpdm Certificate Management is a SpringBoot Kotlin software project managed by Maven.

To run the project first you need to install it from the parent pom. For that go to the root folder and then run the project:

  1. mvn clean install -DskipTests - This will install all the dependencies without need for test execution.
  2. After installation you can simple run following command: mvn spring-boot:run

Prerequisites

  • Maven
  • JDK21

NOTICE

This work is licensed under the Apache-2.0.