os: debian 6 x86_64
install:
#apt-get install apt-spy
#apt-spy -d unstable -a asia -t 5 选择unstable是为了提高软件包版本
#apt-get update
#apt-get install tomcat7
浏览 http://www.apache.org/dyn/closer.cgi/lucene/solr/3.6.1
#wget http://www.us.apache.org/dist/lucene/solr/3.6.1/apache-solr-3.6.1.tgz
#tar xzf apache-solr-3.6.1.tgz
配置solr:
#cd apache-solr-3.6.1/example
#cp -rf solr/* /solr_home 建立solr home文件夹
#cp webapp/solr.war /var/lib/tomcat7/webapps/ 部署到tomcat webapps
#cp -rf multicore /etc/tomcat7/ . . . → Read More: debian install solr3.6.1 with tomcat7
最新评论