2022-12-14 15:33:12 +01:00
|
|
|
# Provide
|
|
|
|
|
|
|
|
[...]
|
|
|
|
|
|
|
|
## Install and run:
|
|
|
|
- Run **git clone** and then **cd uoa-repository-manager-service**.
|
|
|
|
- Provide all not-set or redacted configurations, inside the **src/main/resources/application.properties** file.
|
2023-01-13 11:20:06 +01:00
|
|
|
- Build the app with: `mvn clean install -s <settings-file>`
|
|
|
|
- Run the app with: `java -jar ./target/uoa-repository-manager-service.jar`
|