I QQ group also has a lot of technical documents, I hope to provide you with some help (non-technical not to add).
QQ Group: 281442983 (click the link to join the group: http://jq.qq.com/?_wv=1027&k=29LoD19)
1. Preparing the basic Environment
Based on Jdk1.7+tomcat7+linux, the configuration of these things will not be said.
2. Go to the official website to download Solr5.5zip's package
http://mirror.bit.edu.cn/apache/lucene/solr/5.5.0/or http://archive.apache.org/dist/lucene/solr/5.5.0/ ,
Select the tgz package and place it on the server and unzip it to/USR/LOCAL/SOLR (SOLR directory created by itself: cd/usr/local mkdir SOLR)
And then start installing:
First step: (Go to the bin directory under the unpacked SOLR package)
[[Email protected] solr-5.5.0]# CD bin
or direct Cd/usr/local/solr/solr-5.5.0/bin
Step two: command to install SOLR
[Email protected] bin]#./install_solr_service.sh
Step three: command to start SOLR
[[email protected] bin]#./SOLR start
Fourth step: Open SOLR Port 8983
[Email protected] bin]#/SOLR start-p 8983
To this SOLR installation ends
Browser access: http://192.168.0.5:8983/solr/#/
I QQ group also has a lot of technical documents, I hope to provide you with some help (non-technical not to add).
QQ Group: 281442983 (click the link to join the group: http://jq.qq.com/?_wv=1027&k=29LoD19)
Contos on solr-5.5.0 Installation deployment