/[drupal]/contributions/modules/wowroster/README.txt
ViewVC logotype

Contents of /contributions/modules/wowroster/README.txt

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


Revision 1.5 - (show annotations) (download)
Tue Nov 28 13:18:34 2006 UTC (2 years, 11 months ago) by mosh
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Changes since 1.4: +8 -3 lines
File MIME type: text/plain
added some install instructions
1 $Id: README.txt,v 1.4 2006/11/27 16:50:34 mosh Exp $
2
3
4
5 MODULE
6 ------
7 wowroster (WoWRoster 1.7.1 integration for Drupal-4.7.4)
8
9
10
11 DESCRIPTION/FEATURES
12 --------------------
13 Displays information from the wowroster database.
14
15
16
17 REQUIREMENTS
18 ------------
19 Drupal 4.7.4 (MySQL >= 4.1)
20 TODO: wowroster for pgsql
21
22
23
24 INSTALL/CONFIG
25 --------------
26 1. Move this folder into your modules directory like you would any other module.
27
28 2. Set your $db_url in settings.php like this:
29 $db_url['default'] = mysql://user:pass@host/dbname
30 $db_url['wowroster'] = mysql://user:pass@host/dbname
31
32 3. Download the full_package version of WoWRoster from
33 www.wowroster.net
34
35 4. Unpack WoWRoster in path/to/your/modules/wowroster/roster and make
36 sure that it is writable by your webserver.
37
38 5. Enable wowroster module from administer >> modules.
39
40 6. Go to 'admin/wowroster/installer'.
41
42 7. Follow the normal Roster Installation steps within the IFrame.
43 At the step where it points you to "Remove Install Files", click on the
44 "finish WoWRoster Installation" button (located above the IFrame). The
45 script will try to remove those files automatically.
46
47 8. The wowroster module is available now.
48
49
50
51 LICENSE
52 -------
53 GNU GENERAL PUBLIC LICENSE (GPL)

  ViewVC Help
Powered by ViewVC 1.1.2