Skip to content

Commit af01196

Browse files
Merge pull request #6 from wcmc-its/dev
Prepare for release of 1.1.0
2 parents e486887 + fa3faa8 commit af01196

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11-jre-slim
1+
FROM adoptopenjdk/openjdk11:alpine-jre
22

33
RUN mkdir -p /app
44
WORKDIR /app

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ This tool has several advantages over using the Scopus API alone:
2727
- The Scopus API sometimes creates redundant author objects or otherwise doesn’t properly assign sequence numbers to authors. This tool addresses both problems.
2828

2929

30+
## Prerequisites
31+
32+
- Java 11
33+
- Latest version of Maven. To install Maven navigate to the directory where ReCiter Scopus Retrieval Tool will be installed, execute `brew install maven` and then `mvn clean install`
34+
If you want to use Java 8 then update `<java.version>1.8</java.version>` in [pom.xml](https://github.com/wcmc-its/ReCiter-Scopus-Retrieval-Tool/blob/59b12e33edf744afe4431f3e4d35e5ba16821b09/pom.xml#L18)
35+
36+
It is not necessary to install ReCiter in order to use the API.
37+
38+
39+
3040

3141
## Installing
3242

@@ -51,7 +61,7 @@ This tool has several advantages over using the Scopus API alone:
5161
- Option #1: Set at the system level using this command `export SERVER_PORT=[your port number]`. This supersedes any ports set in application.properties.
5262
- Option #2: Update the application.properties file located at `/src/main/resources/` Make sure the port doesn't conflict with other services such as ReCiter or ReCiter PubMed Retrieval Tool.
5363
7. Build Maven instance `mvn spring-boot:run`
54-
8. Visit `http://localhost:[your port number]/swagger-ui.html` to see the Swagger page for this service.
64+
8. Visit `http://localhost:[your port number]/swagger-ui/index.html` or `http://localhost:[your port number]/swagger-ui/` to see the Swagger page for this service.
5565

5666

5767
## Obtaining an API key and INST_TOKEN

0 commit comments

Comments
 (0)