Changes between Version 15 and Version 16 of apachesolr
- Timestamp:
- Aug 29, 2010, 6:01:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v15 v16 29 29 === On the primary server === 30 30 31 Create a new user on the server with the user name solr-ssh and add:31 Create a new user on the server (called $server from now on) with the user name solr-ssh and add: 32 32 33 33 {{{ … … 35 35 }}} 36 36 37 to the new user's ~/.ssh/authorized_keys file. mirabal will connect to the hostserver with these credentials and provide an ssh tunnel to the Apache Solr server.37 to 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. 38 38 39 39 === On Mirabal === 40 40 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.41 There 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. 42 42 43 43 ==== Create SSH tunnel ==== … … 80 80 }}} 81 81 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''.82 If 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. 83 83 84 84 ==== Create new Solr site ====