You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Before downloading and unzipping the Lucene index files, be sure you have at least 2.5 GB available.

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

cd /opt/shrine/tomcat/lib

wget https://shrine-act-artifacts.s3.amazonaws.com/lucene-indices/lucene_index.zip
wget https://shrine-act-artifacts.s3.amazonaws.com/lucene-indices/suggest_index.zip

unzip lucene_index.zip
unzip suggest_index.zip

rm lucene_index.zip suggest_index.zip
  • No labels