From 958e6b304e1b08f76f6624575d30899877979a7e Mon Sep 17 00:00:00 2001 From: Lampros Smyrnaios Date: Mon, 11 Mar 2024 12:26:30 +0100 Subject: [PATCH] Documentation cleanup. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index a48c5c1..a34df7e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The steps indicate the important subservices of OpenAIRE that perform the follow
-## Bulding +## Building The backend is a [Maven](https://maven.apache.org/index.html) project. It has been tested using Java 8.
@@ -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