Versions Compared

Key

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

Make a directory for the Lucene index files, download, and unpack them. Then clean up.

Code Block
languagebash
themeRDark
cd /opt/shrine/tomcat/lib
wget https://open.catalyst.harvard.edu/svn/shrine-act/tags/201902050000/index/lucene_index.zip
wget https://open.catalyst.harvard.edu/svn/shrine-act/tags/201902050000/index/suggest_index.zip

unzip lucene_index.zip
unzip suggest_index.zip

rm lucene_index.zip suggest_index.zip