You are here

INSTALL.txt in Porter-Stemmer 7

Same filename and directory in other branches
  1. 8 INSTALL.txt
  2. 5 INSTALL.txt
  3. 6.2 INSTALL.txt
  4. 6 INSTALL.txt
For general information about this module, check the README.txt file.

Installation
------------

1. Unzip the files, and upload them as a subdirectory of the
sites/all/modules directory of your Drupal installation (or the
location you normally use for contributed modules).

2. Go to 'Administer > Modules', and enable the Porter Stemmer module.

3. Go to 'Administer > Configuration > Search and metadata > Search settings'
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

File

INSTALL.txt
View source
  1. For general information about this module, check the README.txt file.
  2. Installation
  3. ------------
  4. 1. Unzip the files, and upload them as a subdirectory of the
  5. sites/all/modules directory of your Drupal installation (or the
  6. location you normally use for contributed modules).
  7. 2. Go to 'Administer > Modules', and enable the Porter Stemmer module.
  8. 3. Go to 'Administer > Configuration > Search and metadata > Search settings'
  9. and click 'Re-index site'. You should do this step whenever you upgrade to a
  10. new version of the Porter Stemmer module, so that the search index is
  11. rebuilt with any changes to the stemming algorithm.
  12. 4. Ensure that cron has run at least once, to build the search
  13. index. On larger sites, it may take several cron runs to complete the
  14. search index. You can check progress on the Search settings page, and
  15. you can run cron manually by visiting 'Administer > Reports > Status report',
  16. and clicking on 'Run cron manually'.
  17. 5. This module will use the PECL "stem" library for PHP, if it is installed
  18. on your server. If you have full administrative/root access to your server, and
  19. are comfortable with Apache/PHP configuration and system administration, you
  20. can install this library by following the instructions at:
  21. http://us3.php.net/manual/en/install.pecl.php
  22. Once the library is installed, you will need to add a line to your php.ini
  23. file to enable the module:
  24. extension=stem.so
  25. If the PECL "stem" library is not available, the module uses a PHP
  26. implementation of the stemming algorithm. The output is identical.
  27. More information about the PECL "stem" library:
  28. http://pecl.php.net/package/stem