Documentation cleanup.

This commit is contained in:
Lampros Smyrnaios 2024-03-11 12:26:30 +01:00
parent 44610c172d
commit 958e6b304e
1 changed files with 1 additions and 7 deletions

View File

@ -20,7 +20,7 @@ The steps indicate the important subservices of OpenAIRE that perform the follow
<br>
## Bulding
## Building
The backend is a [Maven](https://maven.apache.org/index.html) project. It has been tested using Java 8.
<br>
@ -211,12 +211,6 @@ services:
## misc
### 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.yml** file.
- Build the app with: `mvn clean install`
- Run the app with: `java -jar ./target/uoa-repository-manager-service.jar`
### Notes for Swagger-UI:
- Access it through this url: http://localhost:8480/uoa-repository-manager-service/swagger-ui/index.html