Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

README.markdown

File metadata and controls

14 lines (11 loc) · 450 Bytes

Solr Install

##Get started cd /tmp/ git clone https://github.com/lbdremy/solr-install.git cd solr-install ./install.sh sudo ./etc/init.d/jetty start

  • Now visit http://localhost:8983/solr

##Notes In Redhat Enterprise Linux you cannot execute from /tmp because /tmp is mounted as noexec. On attempt it gives you the following error: "bad interpreter: Permission denied", so cloned and executed it somewhere else.