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

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

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


Revision 1.9 - (show annotations) (download)
Mon Dec 18 09:02:39 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, DRUPAL-5--0-1-BETA, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA1, HEAD
Branch point for: DRUPAL-5
Changes since 1.8: +1 -0 lines
File MIME type: text/plain
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-1 into HEAD:
Bugs: #97173, #96986, #97403, #78704, #97426, #100901, #83140, #97780
Features: #97128, #97359, #100929, #96971, #89538, #89539, #101887, #101601
1 Installation
2 ------------
3
4 1. Place these files in modules/project:
5 project.module
6 project.install
7 project.css
8 project.inc
9
10 2. Enable the project module under administer >> modules
11
12 3. Grant the proper access to users under administer >> access control
13
14 4: If you wish to enable issue tracking for projects, you should
15 install, enable, and configure the project_issue module
16 (http://drupal.org/project/project_issue).
17
18
19 Upgrading
20 ---------
21
22 1. Make sure you backup your database!
23
24 2. Copy new files to modules/project.
25
26 3. Login as the site administrator (user #1) and run the update.php script.
27
28 4. If you have previously enabled issue tracking for any of the
29 project nodes on your site, you *must* install the project_issue
30 module (http://drupal.org/project/project_issue). When you run the
31 update.php script, project_update_4() will reorganize the tables in
32 your database to prepare your data for use with the project_issue
33 module. See modules/project_issue/INSTALL.txt for more information.
34
35 $Id$
36 $Name$

  ViewVC Help
Powered by ViewVC 1.1.2