Parent Directory
|
Revision Log
|
Revision Graph
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 |