I'm installing a production Crafter 3.0
instance built from source, using the current documentation as guidance. However, I'm having issues at this point:
Change the path where the preview Solr search indexes will be stored, e.g. /opt/crafter/data/preview-indexes:
In INSTALL_DIR/apache-tomcat/solr-crafter/conf/solrconfig.xml, update the value of <dataDir> to the preview indexes folder path (e.g. <dataDir>/opt/crafter/data/preview-indexes</dataDir>).
I can't find the INSTALL_DIR/apache-tomcat/solr-crafter/conf/solrconfig.xml
file, and solr
itself seems to be in different path.