Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulalbert1 authored Aug 28, 2019
1 parent d715e73 commit e4e339b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export ADMIN_API_KEY=<api-key>
export CONSUMER_API_KEY=<api-key>
```
- If you do not have scopus subscription you should mark this value to false. Change `use.scopus.articles=true` to `use.scopus.articles=false`.
3. Enter ports for server and services in command line. Note that the Scopus service is optional. You must have [Pubmed Service]((https://github.com/wcmc-its/ReCiter-PubMed-Retrieval-Tool/) and optionally [Scopus Service](https://github.com/wcmc-its/ReCiter-Scopus-Retrieval-Tool/) setup before this step. Enter appropriate hostname and the port numbers.
3. Enter ports for server and services in command line. Note that the Scopus service is optional. You must have [Pubmed Service](https://github.com/wcmc-its/ReCiter-PubMed-Retrieval-Tool/) and optionally [Scopus Service](https://github.com/wcmc-its/ReCiter-Scopus-Retrieval-Tool/) setup before this step. Enter appropriate hostname and the port numbers.
```
export SERVER_PORT=5000
export SCOPUS_SERVICE=http://localhost:5001
Expand Down

0 comments on commit e4e339b

Please sign in to comment.