Merge pull request #2 from vivo-community/awoods-patch-1

Fix typo in step 2.
This commit is contained in:
Ralph O'Flinn 2020-03-16 18:44:20 -05:00 committed by GitHub
commit c33e617056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ This configuration has been tested with VIVO 1.11.0 and Solr 7.4.0
- [https://lucene.apache.org/solr/guide/7_4/installing-solr.html](https://lucene.apache.org/solr/guide/7_4/installing-solr.html)
1. Create directory:
```
${SOLR_HOME}//opt/solr/solr-7.4.0/server/solr/vivocore/
${SOLR_HOME}/server/solr/vivocore/
```
- Where ${SOLR_HOME} is the directory in which you installed Solr
- Where ${SOLR_HOME} is the directory in which you installed Solr (e.g. `/opt/solr/solr-7.4.0/`)
1. Add the `vivocore` directory of this GitHub repo and its contents into ${SOLR_HOME}/server/solr/
- The end result should be a directory structure such as
```