| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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: INSTALL.txt,v 1.9 2006/12/18 09:02:39 dww Exp $ 36 $Name: DRUPAL-6--1-0-ALPHA4 $
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |