/[drupal]/contributions/modules/whatsrelated/INSTALL
ViewVC logotype

Contents of /contributions/modules/whatsrelated/INSTALL

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


Revision 1.1 - (show annotations) (download)
Sat Jun 4 18:23:19 2005 UTC (4 years, 5 months ago) by handelaar
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Initial commit
1
2 ------------
3 Installation:
4 ------------
5
6 1) The first thing to do is to update your database, adding the 'whatsrelated' table.
7 This can easily be done from the command line by copying the included
8 'whatsrelated.mysql' file to your webserver, then running a command something
9 like:
10 $ mysql -u<username> -p<password> <database> < whatsrelated.mysql
11
12 For example, if your username is 'drupal', your password is 'secret', and
13 your database is called 'drupal', you'd type the following command:
14 $ mysql -udrupal -psecret drupal < banner.mysql
15
16 2) Move 'whatsrelated.module' into your modules/ directory.
17
18 3) Now you need to log in to your site and enable the new whatsrelated.module.
19 (Goto :: administer -> modules :: then check 'whatsrelated')
20

  ViewVC Help
Powered by ViewVC 1.1.2