| 3 |
******************************************************************** |
******************************************************************** |
| 4 |
Name: schedule component |
Name: schedule component |
| 5 |
Author: Robert Castelo <services at cortextcommunications dot com> |
Author: Robert Castelo <services at cortextcommunications dot com> |
| 6 |
Drupal: 4.7.x |
Drupal: 4.6.x |
| 7 |
******************************************************************** |
******************************************************************** |
| 8 |
DESCRIPTION: |
DESCRIPTION: |
| 9 |
|
|
| 48 |
1. Place the entire schedule directory into your Drupal modules/ |
1. Place the entire schedule directory into your Drupal modules/ |
| 49 |
directory. |
directory. |
| 50 |
|
|
| 51 |
|
2. Load the database definition file (schedule/schedule.mysql) using the |
| 52 |
|
tool of your choice (e.g. phpmyadmin). For mysql and command line |
| 53 |
|
access use: |
| 54 |
|
|
| 55 |
2. Enable the schedule module by navigating to: |
mysql -u user -p drupal < schedule/schedule.mysql |
| 56 |
|
|
| 57 |
|
Replace 'user' with the MySQL username, and 'drupal' with the |
| 58 |
|
database being used. |
| 59 |
|
|
| 60 |
|
3. Enable the schedule module by navigating to: |
| 61 |
|
|
| 62 |
administer > modules |
administer > modules |
| 63 |
|
|