/[drupal]/contributions/modules/dbcron/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/dbcron/INSTALL.txt

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


Revision 1.1 - (show annotations) (download)
Sun Jan 1 07:20:21 2006 UTC (3 years, 10 months ago) by jaza
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/plain
Initial commit of dbcron module
1 // $Id$
2
3 Readme
4 ------
5
6 The dbcron module runs a set of user-defined SQL queries at regular intervals using cron.
7
8 Send comments to jazepstein@greenash.net.au.
9
10
11 Support
12 -------
13
14 All issues (e.g. support requests, bug reports) are to be submitted using the drupal.org issue tracker.
15
16
17 Requirements
18 ------------
19
20 This module requires the latest development version of Drupal (CVS HEAD).
21
22
23 Installation
24 ------------
25
26 1. Create the SQL tables. This depends a little on your system, but the most
27 common method is:
28 mysql -u username -ppassword drupal < dbcron.mysql
29
30 2. Copy the dbcron folder and its contents to the Drupal modules/ directory.
31 Drupal should automatically detect it.
32
33 3. Go to 'administer -> access control' to configure access privileges for
34 this module.
35
36 5. Go to 'administer -> cron queries' to start managing your cron queries.
37 You can create new queries from here, and edit/delete existing ones.
38
39 6. Your queries will be automatically executed at the specified time intervals
40 when your site's cron system is triggered.
41
42
43 Author
44 ------
45
46 Jeremy Epstein <jazepstein@greenash.net.au>
47

  ViewVC Help
Powered by ViewVC 1.1.2