Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
cd /opt/shrine/tomcat/lib

wget https://shrine-ontologies.s3.amazonaws.com/demo/releases/lucene_index-DEMO-SHRINE-3.2.0.zip -O lucene_index.zip
wget https://shrine-ontologies.s3.amazonaws.com/demo/releases/suggest_index-DEMO-SHRINE-3.2.0.zip -O suggest_index.zip

unzip lucene_index.zip
unzip suggest_index.zip

rm lucene_index.zip suggest_index.zip


If you have installed ACT Ontology 4.0 then follow the instructions here for installing the Lucene Index files.

Note: If your system uses a different directory other than /opt/shrine/tomcat/, then it is recommended to make the following change below to your shrine.conf. This will help the Shrine locate the the lucene_index files. By default the system looks for the lucene_index in the /opt/shrine/tomcat/lib directory. 

...