Last active
June 26, 2016 16:23
-
-
Save algotrader-dotcom/2b5e3908a6859bd1b87e345d70b986f2 to your computer and use it in GitHub Desktop.
Apache Solr 4.x + Drupal 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. wget https://archive.apache.org/dist/lucene/solr/4.10.4/solr-4.10.4-src.tgz | |
| 2. tar xvf solr-4.10.4-src.tgz && cd solr-4.10* | |
| 3. vi example/etc/jetty.xml | |
| ... change port to 8985 | |
| 4. Copy config from module to apache solr | |
| rsync -arvz /path/root/sites/all/modules/apachesolr/solr-conf/solr-4.x/ /opt/solr-4.10.3/example/solr/conf/ | |
| 5. cd example/ && java -Djetty.port=8985 -jar start.jar | |
| http://www.nickveenhof.be/blog/simple-guide-install-apache-solr-3x-drupal-7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment