| 1 |
$Id: INSTALL.txt,v 1.2 2005/04/14 17:43:26 syscrusher Exp $
|
| 2 |
|
| 3 |
Installation Instructions for "hof.module"
|
| 4 |
|
| 5 |
|
| 6 |
1. Copy the files in this directory to directory "modules/hof/"
|
| 7 |
under your Drupal root directory. There is no special SQL table for this
|
| 8 |
module.
|
| 9 |
|
| 10 |
2. Login to Drupal as the administrative user, and enable the Hall of Fame module.
|
| 11 |
|
| 12 |
3. Go to admin/settings/hof and enable the desired reports, and set other features
|
| 13 |
as you prefer.
|
| 14 |
|
| 15 |
4. Set appropriate permissions for who can access the module's various display
|
| 16 |
pages. NOTE: The module offers permissions based on what reports are currently
|
| 17 |
enabled, so you really need to do step 3 before you set the permissions.
|
| 18 |
|
| 19 |
Note also that by default ONLY the system administrator can access HOF.
|
| 20 |
|
| 21 |
5. The main display page for the hof module is http://www.example.com/hof (if your
|
| 22 |
Drupal installation is not in a subdirectory). This will not automatically
|
| 23 |
appear in any menu, so you may want to add it to your custom menus (such as
|
| 24 |
the primary or secondary menu in your theme).
|
| 25 |
|
| 26 |
|
| 27 |
Upgrade Instructions for "hof.module"
|
| 28 |
|
| 29 |
To upgrade, simply copy the new hof.module file over the old one in your Drupal
|
| 30 |
directory structure. There is currently no need for any special upgrade script.
|
| 31 |
|
| 32 |
You may want to go to admin/settings/hof to see if there are new features you
|
| 33 |
might wish to configure, but the module has reasonable defaults for all
|
| 34 |
settings, so this step is optional.
|