Skip to content

Instantly share code, notes, and snippets.

@samrose
Last active December 26, 2015 12:59
Show Gist options
  • Save samrose/7155335 to your computer and use it in GitHub Desktop.
Save samrose/7155335 to your computer and use it in GitHub Desktop.
Drupal7/nutch1.6/solr3.2.26/tomcat6 setup ubuntu 12.04
1. Followed instructions at http://www.5ringsweb.com/blog/how-set-apache-solr-multicore-drupal for solr multicore set up downloading desired solr instance from http://archive.apache.org/dist/lucene/solr/
2. Downloaded nutch binary from http://archive.apache.org/dist/nutch/ untarred and placed in /var/<nutch files dir>
3. git clone git://drupalcode.org/project/apachesolr_examples.git and Followed http://drupalcode.org/project/apachesolr_examples.git/blob/HEAD:/apachesolr_multinutch/README.txt
(
export NUTCH_CONF_DIR=/var/www/search/sites/default/files/apachesolr_multinutch/1
export JAVA_HOME /usr/lib/jvm/java-6-openjdk/jre
sudo chmod -R 777 /var/www/search/sites/default/files/
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment