Skip to content

Commit a8414e6

Browse files
authored
Merge pull request #1621 from NCEAS/develop
Second merge for 2.19.0 from develop to main
2 parents 4971566 + 5557093 commit a8414e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/user/metacat/source/install.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -482,27 +482,27 @@ search engine. Unfortunately the Solr Debian packages that come with the Ubuntu
482482
system are obsoleted and you have to install the binary packages by yourself. This section
483483
provides guidance on how to setup Solr to run in production on *nix platforms, such as Ubuntu.
484484
485-
Metacat supports Solr 8.8.2 and newer versions. You may download the binary releases from:
485+
Metacat only supports ``Solr 8.*``, ``NOT 9.*``. You may download the binary releases from:
486486

487-
https://lucene.apache.org/solr/downloads.html
487+
https://solr.apache.org/downloads.html#solr-8112
488488

489-
1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assume the download file being solr-8.8.2.tgz):
489+
1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assuming the downloaded file is solr-8.11.2.tgz):
490490

491491
::
492492

493-
tar xzf solr-8.8.2.tgz solr-8.8.2/bin/install_solr_service.sh --strip-components=2
493+
tar xzf solr-8.11.2.tgz solr-8.11.2/bin/install_solr_service.sh --strip-components=2
494494

495495
2. Install Solr as the root user:
496496

497497
::
498498

499-
sudo bash ./install_solr_service.sh solr-8.8.2.tgz
499+
sudo bash ./install_solr_service.sh solr-8.11.2.tgz
500500
501-
If you upgrade Solr from an old 8.* version to 8.8.2, you may run this command instead:
501+
If you upgrade Solr from an old 8.* version to 8.11.2, you may run this command instead:
502502

503503
::
504504

505-
sudo bash ./install_solr_service.sh solr-8.8.2.tgz -f
505+
sudo bash ./install_solr_service.sh solr-8.11.2.tgz -f
506506

507507
3. Ensure the Solr defaults file is group writable:
508508

0 commit comments

Comments
 (0)