Skip to content

Commit

Permalink
Merge pull request #6 from wcmc-its/dev
Browse files Browse the repository at this point in the history
Prepare for release of 1.1.0
  • Loading branch information
sarbajitdutta authored Feb 4, 2021
2 parents e486887 + fa3faa8 commit af01196
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jre-slim
FROM adoptopenjdk/openjdk11:alpine-jre

RUN mkdir -p /app
WORKDIR /app
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ This tool has several advantages over using the Scopus API alone:
- The Scopus API sometimes creates redundant author objects or otherwise doesn’t properly assign sequence numbers to authors. This tool addresses both problems.


## Prerequisites

- Java 11
- 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`
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)

It is not necessary to install ReCiter in order to use the API.




## Installing

Expand All @@ -51,7 +61,7 @@ This tool has several advantages over using the Scopus API alone:
- Option #1: Set at the system level using this command `export SERVER_PORT=[your port number]`. This supersedes any ports set in application.properties.
- 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.
7. Build Maven instance `mvn spring-boot:run`
8. Visit `http://localhost:[your port number]/swagger-ui.html` to see the Swagger page for this service.
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.


## Obtaining an API key and INST_TOKEN
Expand Down

0 comments on commit af01196

Please sign in to comment.