You are here

INSTALL.txt in Spam 6

Same filename and directory in other branches
  1. 5 INSTALL.txt
-------------
Requirements:
-------------
 - Drupal 6.x


----------
Upgrading:
----------
If upgrading from the 5.x-1.x or 5.x-2.x versions of the spam module, you MUST
FIRST upgrade to 5.x-3.0-beta1 BEFORE upgrading to the 6.x-1.x version of the
spam module.  If you neglect this step, the spam module will not work correctly
and the only solution will be to completely uninstall it and reinstall it.
After uninstalling the spam module, but before reinstalling it, you should verify
that there are no tables starting with the name 'spam'.  If any still exist,
you should manually drop them.

After upgrading from one version of the 6.x-1.x spam module to another, be sure
to always visit update.php to perform any necessary schema updates.


-------------
Installation:
-------------
1) Extract the spam tarball.  Move the resulting 'spam/' subdirectory within the
   appropriate 'sites/*/modules' directory.  Be sure the web server has read
   permissions to this directory and the files within it.

2) Log into your website and enable the spam module.

   Visit "Administer >> Site building >> Modules" and scroll down to the spam
   section.  Put a check mark next to "Spam API" and any spam filters you'd
   like to enable.  For now, we'll assume you are enabling all spam filter
   modules.  Click 'Save configuration' to enable the modules.

3) Finish enabling and configuring your spam filters.

   Visit "Administer >> Site configuration >> Spam" and put a checkbox next to
   all content types you'd like to filter.  By default the spam module will
   only scan comments.  Skip the "Actions" and "Advanced configuration" sections
   for now and click "Save configuration" if you have made any changes.

   Next, you must also click the "Filters" tab on this page to finish enabling
   your spam filters.  (Until http://drupal.org/node/541876 is fixed, you
   must visit the page any time you enable a new spam filter module.)

4) Optionally disable spam scanning for certain roles.

   Visit "Administer >> User management >> Permissions" and enable "bypass
   filters" permissions for any roles that you trust to never post spam.


The spam module is now enabled and scanning new content as it is posted on your
website.  Continue on to README.txt to learn more about configuring and using
the spam module.

File

INSTALL.txt
View source
  1. -------------
  2. Requirements:
  3. -------------
  4. - Drupal 6.x
  5. ----------
  6. Upgrading:
  7. ----------
  8. If upgrading from the 5.x-1.x or 5.x-2.x versions of the spam module, you MUST
  9. FIRST upgrade to 5.x-3.0-beta1 BEFORE upgrading to the 6.x-1.x version of the
  10. spam module. If you neglect this step, the spam module will not work correctly
  11. and the only solution will be to completely uninstall it and reinstall it.
  12. After uninstalling the spam module, but before reinstalling it, you should verify
  13. that there are no tables starting with the name 'spam'. If any still exist,
  14. you should manually drop them.
  15. After upgrading from one version of the 6.x-1.x spam module to another, be sure
  16. to always visit update.php to perform any necessary schema updates.
  17. -------------
  18. Installation:
  19. -------------
  20. 1) Extract the spam tarball. Move the resulting 'spam/' subdirectory within the
  21. appropriate 'sites/*/modules' directory. Be sure the web server has read
  22. permissions to this directory and the files within it.
  23. 2) Log into your website and enable the spam module.
  24. Visit "Administer >> Site building >> Modules" and scroll down to the spam
  25. section. Put a check mark next to "Spam API" and any spam filters you'd
  26. like to enable. For now, we'll assume you are enabling all spam filter
  27. modules. Click 'Save configuration' to enable the modules.
  28. 3) Finish enabling and configuring your spam filters.
  29. Visit "Administer >> Site configuration >> Spam" and put a checkbox next to
  30. all content types you'd like to filter. By default the spam module will
  31. only scan comments. Skip the "Actions" and "Advanced configuration" sections
  32. for now and click "Save configuration" if you have made any changes.
  33. Next, you must also click the "Filters" tab on this page to finish enabling
  34. your spam filters. (Until http://drupal.org/node/541876 is fixed, you
  35. must visit the page any time you enable a new spam filter module.)
  36. 4) Optionally disable spam scanning for certain roles.
  37. Visit "Administer >> User management >> Permissions" and enable "bypass
  38. filters" permissions for any roles that you trust to never post spam.
  39. The spam module is now enabled and scanning new content as it is posted on your
  40. website. Continue on to README.txt to learn more about configuring and using
  41. the spam module.