Add new comment

Hey, thank you for the tutorial! Although it didn't solve my problem it was a great place to start. About those problems I want to share my findings and maybe make this tutorial even better:

  1. Commands cd /opt, adduser solr and chown -R solr:solr /var/solr/ are unnecessary because the script by default extracts the distribution archive into /opt, configures Solr to write files into /var/solr, and runs Solr as the solr user (unless you customize the service name, installation directories, port, and owner using options passed to the installation script).
  2. I wrote other findings mixed with the steps here, so I would have it for future reference. I'll leave online for a while in case you want to look at it and maybe include some points here.
  3. Hope it helps. Cheers.

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.