/[drupal]/contributions/modules/schedule/readme.txt
ViewVC logotype

Diff of /contributions/modules/schedule/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Mon Jan 8 16:25:56 2007 UTC revision 1.6, Fri Mar 9 21:58:11 2007 UTC
# Line 3  Line 3 
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    
# Line 48  Drupal package and read the online docum Line 48  Drupal package and read the online docum
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    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2