Introduction
Solr powers some of the most heavily-trafficked websites and applications in the world.
sudo apt update -y
cd /opt
sudo wget https://archive.apache.org/dist/lucene/solr/8.2.0/solr-8.2.0.tgz
sudo tar xzf solr-8.2.0.tgz solr-8.2.0/bin/install_solr_service.sh --strip-components=2
sudo ./install_solr_service.sh solr-8.2.0.tgz
sudo service solr statussudo service solr stop
sudo service solr start
sudo service solr status
Last updated