Documentation cleanup. #11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue