| 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 |
|