| 1 |
********************************************************************
|
| 2 |
D R U P A L M O D U L E
|
| 3 |
********************************************************************
|
| 4 |
Name: Payson module
|
| 5 |
Author: Fredrik Jonsson <fredrik at combonet dot se>
|
| 6 |
********************************************************************
|
| 7 |
INSTALLATION:
|
| 8 |
|
| 9 |
1. Place the entire payson directory into your Drupal modules/store/
|
| 10 |
directory.
|
| 11 |
|
| 12 |
2. Load the database definition file using the tool of your choice
|
| 13 |
(e.g. phpmyadmin). For mysql and command line access use:
|
| 14 |
|
| 15 |
mysql -u user -p drupal < payson.mysql
|
| 16 |
|
| 17 |
Replace user with the MySQL username, and drupal with the table
|
| 18 |
being used.
|
| 19 |
|
| 20 |
3. Enable this module by navigating to:
|
| 21 |
|
| 22 |
administer > configuration > modules
|
| 23 |
|
| 24 |
4. Grant the proper access to user accounts under:
|
| 25 |
|
| 26 |
administer > accounts > permissions
|
| 27 |
|
| 28 |
Optionally, configure any module specific settings under:
|
| 29 |
|
| 30 |
administer > configuration > modules > payson
|