1 Install Apache Solr, this tutorial is for MacOS but it should work in Linux.
- How to install Solr.
- download solr from download solr and unzip it.
How to start solr.
- change directory to solr.
cd solr-8.1.1 bin/start -p 8983
How to stop solr.
bin/stop -p 8983
Check your solr running service from your browser.
http://localhost:8983/solr/#/
My current binary solr is in following directory.
myfile/install