Fix typo in step 2.
This commit is contained in:
parent
199a8b8db2
commit
e65ab2c20d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
- [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:
|
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/
|
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
|
- The end result should be a directory structure such as
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue