I am installing a production instance Crafter 3.0built from source code using the current documentation as a guide. However, at the moment I am having problems:
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 not find the file INSTALL_DIR/apache-tomcat/solr-crafter/conf/solrconfig.xml, but I myself am solrin a different path.
efaj source
share