Changes between Version 15 and Version 16 of apachesolr


Ignore:
Timestamp:
Aug 29, 2010, 6:01:11 PM (15 years ago)
Author:
Bart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apachesolr

    v15 v16  
    2929=== On the primary server ===
    3030
    31 Create a new user on the server with the user name solr-ssh and add:
     31Create a new user on the server (called $server from now on) with the user name solr-ssh and add:
    3232
    3333{{{
     
    3535}}}
    3636
    37 to the new user's ~/.ssh/authorized_keys file. mirabal will connect to the host server with these credentials and provide an ssh tunnel to the Apache Solr server.
     37to the new user's ~/.ssh/authorized_keys file. mirabal will connect to $server with these credentials and provide an ssh tunnel to the Apache Solr server.
    3838
    3939=== On Mirabal  ===
    4040
    41 There are two things to do on mirabal.mayfirst.org: add a ssh tunnel to the host server ($server) and create a new Apache Solr site in Apache Tomcat.
     41There are two things to do on mirabal.mayfirst.org: add a ssh tunnel to $server and create a new Apache Solr site in Apache Tomcat.
    4242
    4343==== Create SSH tunnel ====
     
    8080}}}
    8181
    82 If you need a different configuration than [http://drupal.org/project/apachesolr Apache Solr Drupal] you probably have to change at least ''schema.xml'' and ''solrconfig.xml''.
     82If you need a different configuration than that provided by [http://drupal.org/project/apachesolr Apache Solr Drupal module] you probably have to change at least ''schema.xml'' and ''solrconfig.xml''. If you have a multilingual Drupal  site then install [http://drupal.org/project/apachesolr_multilingual Apache Solr Drupal multilingual module] and go to ''admin/settings/apachesolr/schema_generator'' on your Drupal site to download the site specific schema files which you have to put into your conf directory.
    8383
    8484==== Create new Solr site ====