Changes between Version 2 and Version 3 of apachesolr


Ignore:
Timestamp:
Aug 28, 2010, 10:01:30 PM (15 years ago)
Author:
Bart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apachesolr

    v2 v3  
    7575Change the symbolic link to the new configuration directory
    7676{{{
    77 ln -sf /etc/solr/<sitename> /usr/share/solr/<sitename>/conf
     77ln -sf /etc/solr/<sitename>/conf /usr/share/solr/<sitename>/conf
    7878}}}
    7979
     
    8585Change the symbolic link to the new data directory
    8686{{{
    87 ln -sf /var/lib/solr/data/<sitename> /usr/share/solr/<sitename>/
     87ln -sf /var/lib/solr/data/<sitename> /usr/share/solr/<sitename>/data
    8888}}}
    8989