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-act-artifactsontologies.s3.amazonaws.com/lucene-indicesact/releases/lucene_index-4.0.0-SHRINE-3.1.0.zip -O lucene_index.zip
wget https://shrine-act-artifactsontologies.s3.amazonaws.com/act/lucene-indicesreleases/suggest_index-4.0.0-SHRINE-3.1.0.zip -O suggest_index.zip

unzip luceneunzip lucene_index.zip
unzip suggestunzip suggest_index.zip

chown -R shrine:shrine lucene_index
chown -R shrine:shrine suggest_index

rm lucene_index.zip suggest_index.zip

...