You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,16 @@ This tool has several advantages over using the Scopus API alone:
27
27
- The Scopus API sometimes creates redundant author objects or otherwise doesn’t properly assign sequence numbers to authors. This tool addresses both problems.
28
28
29
29
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
+
30
40
31
41
## Installing
32
42
@@ -51,7 +61,7 @@ This tool has several advantages over using the Scopus API alone:
51
61
- Option #1: Set at the system level using this command `export SERVER_PORT=[your port number]`. This supersedes any ports set in application.properties.
52
62
- 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.
53
63
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.
0 commit comments