X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fporterstemmer%2FINSTALL.txt;fp=web%2Fmodules%2Fcontrib%2Fporterstemmer%2FINSTALL.txt;h=984fbb67b95ae31945f9582241a30e9a7b501599;hp=0000000000000000000000000000000000000000;hb=5ca1b61ad2659177690cbde2cf7675f9c0d50491;hpb=4e1bfbf98b844da83b18aca92ef00f11a4735806 diff --git a/web/modules/contrib/porterstemmer/INSTALL.txt b/web/modules/contrib/porterstemmer/INSTALL.txt new file mode 100644 index 000000000..984fbb67b --- /dev/null +++ b/web/modules/contrib/porterstemmer/INSTALL.txt @@ -0,0 +1,34 @@ +For general information about this module, check the README.txt file. + +Installation +------------ + +1. Unzip the files, and upload them as a subdirectory of the +modules/ directory of your Drupal installation (or the +location you normally use for contributed modules). + +2. Go to 'Manage > Extend', and enable the Porter Stemmer module. + +3. Go to 'Manage > Configuration > Search pages' +and click 'Re-index site'. You should do this step whenever you upgrade to a +new version of the Porter Stemmer module, so that the search index is +rebuilt with any changes to the stemming algorithm. + +4. Ensure that cron has run at least once, to build the search +index. On larger sites, it may take several cron runs to complete the +search index. You can check progress on the Search settings page, and +you can run cron manually by visiting 'Administer > Reports > Status report', +and clicking on 'Run cron manually'. + +5. This module will use the PECL "stem" library for PHP, if it is installed +on your server. If you have full administrative/root access to your server, and +are comfortable with Apache/PHP configuration and system administration, you +can install this library by following the instructions at: + http://us3.php.net/manual/en/install.pecl.php +Once the library is installed, you will need to add a line to your php.ini +file to enable the module: + extension=stem.so +If the PECL "stem" library is not available, the module uses a PHP +implementation of the stemming algorithm. The output is identical. +More information about the PECL "stem" library: + http://pecl.php.net/package/stem