Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
README.md 307 B
Newer Older
# Policy Management TeraFlow OS service
The Policy Management service is tested on Ubuntu 20.04. Follow the instructions below to build, test, and run this service on your local environment.

## Compile code

`
./mvnw compile
`
## Execute unit tests

`
./mvnw test
`
## Run service

`
./mvnw quarkus:dev
`