| 1 |
-------------
|
| 2 |
Requirements:
|
| 3 |
-------------
|
| 4 |
|
| 5 |
- Linux webserver
|
| 6 |
- Drupal 4.7
|
| 7 |
- Perl 5.8.0 or better (you do NOT need to set up Perl as an apache module,
|
| 8 |
as long as you can run Perl on the command line this module will work)
|
| 9 |
- Filesys::Df Perl module which can be downloaded from http://www.cpan.org
|
| 10 |
- fetchgals 5.6 (downloaded from http://fetchgals.sourceforge.net)
|
| 11 |
|
| 12 |
Optional:
|
| 13 |
- BerkeleyDB Perl module which can be downloaded from http://www.cpan.org
|
| 14 |
this is only used by findtgps which the casual user won't need to use
|
| 15 |
|
| 16 |
-------------
|
| 17 |
Installation:
|
| 18 |
-------------
|
| 19 |
|
| 20 |
1) Extract the fetchgals module package to your modules/ directory and be
|
| 21 |
sure your web server has read permissions for this file. (It should match the
|
| 22 |
ownership and permissions of the other modules in this directory).
|
| 23 |
|
| 24 |
2) Download and extract the fetchgals package to your /modules/fetchgals/
|
| 25 |
directory. Rename the directory to fetchgals so that the Perl executable
|
| 26 |
file can be found at /modules/fetchgals/fetchgals/fetchgals.pl
|
| 27 |
|
| 28 |
3) Ensure your webserver has read/ write permissions for the directory containing
|
| 29 |
the fetchgals package. If using apache for example it is sufficient to simply:
|
| 30 |
|
| 31 |
# chown -R apache:apache fetchgals/fetchgals
|
| 32 |
|
| 33 |
3) Lastly you need to log on to your site and enable the fetchgals.module.
|
| 34 |
(Goto :: administer -> modules :: then check 'fetchgals')
|