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

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

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


Revision 1.7 - (show annotations) (download)
Wed Mar 19 11:44:45 2008 UTC (20 months, 1 week ago) by pobster
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.6: +1 -1 lines
File MIME type: text/plain
Initial commit of Tablemanager 1.x-dev for Drupal 6
BROKEN access permissions
MISSING CSV functions
MISSING table edit function
Fairly untested for normal users...

USE AT YOUR OWN RISK!
1 -------------
2 Requirements:
3 -------------
4
5 - Drupal 6.x
6 - MYSQL (only been tested with MYSQL)
7
8 -------------
9 Installation:
10 -------------
11
12 1) Extract the tablemanager module package to your modules/ directory and be
13 sure your web server has read permissions for this file. (It should match the
14 ownership and permissions of the other modules in this directory).
15
16 2) Log on to your site and enable the tablemanager.module.
17 (Goto :: administer -> modules :: check 'tablemanager' :: save)
18
19 3) If for any reason you do not get a message telling you that the tables have
20 been created okay then manually create the tables from the sql in the
21 tablemanager.install file (you can ignore the updates below the sql).
22
23 4) Enable the tablemanager filter in the input filter of your choice.
24 (Goto :: administer -> input formats :: configure :: check 'tablemanager' :: save)
25
26 ----------
27 Upgrading:
28 ----------
29
30 1) Replace the tablemanager folder in your modules directory with the latest
31 package.
32
33 2) Go to: http://www.yoursite.com/update.php and follow the instructions.
34
35 3) Tablemanager will automatically update your database and entries to the latest
36 version (NOTE - a database update is not always required, but it's always
37 best to check after updating *any* module).
38
39
40 Pobster

  ViewVC Help
Powered by ViewVC 1.1.2