Versions Compared

Key

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

...

Note

For the reference adapter mappings file associated with this ontology version (4.0.0), see: https://githubapp.box.com/dbmi-pitt/ACT-Network/blob/master/ontology/ACTOntologyV4.0/AdapterMappingV4.zip. s/kq4opwfbl4nphrf2n9msjo96loap56qt/file/818049025003. Please note that any local customization will need to be re-applied to this new adapter mappings file.

...

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/lucene-indicesact/releases/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

...