PERFORCE DEFECT TRACKING INTEGRATION README FOR RELEASE 1.0.1 Richard Brooksby, Ravenbrook Limited $Date: 2001/02/23 $ CONTENTS 1. Introduction 2. Installation 2.1. Upgrading from an old release of the P4DTI 2.2. Installing the TeamTrack integration 2.3. Installing the Bugzilla integration on Linux 2.4. Installing the Bugzilla integration on Solaris A. References B. Document history 1. INTRODUCTION This is release 1.0.1 of the Perforce Defect Tracking Integration (P4DTI). For supported configurations, known defects in this release, and what's new, see the release notes (release-notes.txt). The readership of this document is anyone who wants to download and use the Perforce Defect Tracking Integration. This document is not confidential. 2. INSTALLATION 2.1. Upgrading from an old release of the P4DTI If you're running an old release of the P4DTI, then you must follow these steps when upgrading to this release: 1. Stop the replicator. 2. Make a copy of your configuration file in a safe place (this configuration file is config_teamtrack.py if you were using release 0.4.*, config_bugzilla.py if you were using release 0.5.*, or config.py otherwise). 3. Install the P4DTI as normal (see sections 2.2 to 2.4 below). 4. Use the values from your old configuration file when configuring the new release. 2.2. Installing the TeamTrack integration On the TeamTrack server machine, run the "p4dti-teamtrack-1.0.1.exe" installer program that came with this document. This will unpack the integration. We recommend installing the integration in "C:\Program Files\P4DTI\" but you can ask the installer to put it somewhere else. Then consult the Administrator's Guide (installed by default in "C:\Program Files\P4DTI\ag\index.html") for further instructions. 2.3. Installing the Bugzilla integration on Linux The integration is distributed as an RPM called "p4dti-bugzilla-1.0.1-1.i386.rpm". Transfer this to the Bugzilla server machine, then run the following command as root: rpm -i p4dti-bugzilla-1.0.1-1.i386.rpm This will install the P4DTI files into /opt/p4dti and a startup script in the /etc/rc.d/init.d directory. If you prefer not to use RPMs, you can follow the procedure in section 2.3. 2.4. Installing the Bugzilla integration on Solaris The integration is distributed as a gzipped tar file called "p4dti-bugzilla-1.0.1.tar.gz". Unpack this tarball on the Bugzilla server machine, using the command gunzip -c p4dti-bugzilla-1.0.1.tar.gz | tar xvf - Then consult the Administrator's Guide (installed as "p4dti-bugzilla-1.0.1/ag/index.html") for further instructions. A. REFERENCES None. B. DOCUMENT HISTORY 2000-10-19 RB Created using FreeBSD release documents as a model. 2000-11-08 RB Updated to explain purpose of release 0.3.3. Added references to reports. Improved instructions for obtaining special client and builds. Added a summary of changes. Added readership and confidentiality. 2000-11-20 RB Made it clearer where the Administrator's Guide and the installer file come from. 2000-11-30 RB Partially updated for version 0.4. 2000-12-01 RB Updated references to the "SAG" to "AG" since it's now called the Administrator's Guide. 2000-12-05 RB Added list of known issues generated from Ravenbrook jobs. Updated support information. 2000-12-05 GDR Section 4 says "first public release" only. 2000-12-07 GDR Updated for release 0.4.1. 2000-12-08 RB Updated for release 0.4.2. 2000-12-13 RB Updated for version 0.5. Updated for release 0.5.0. 2000-12-15 NB Added pointer to AG from Linux instructions. 2000-12-15 NB Clarified pointer to defect reports. 2000-12-15 RB Changed Bugzilla install directory to p4dti-bugzilla-RELEASE for consistency with many other Unix packages. 2000-12-15 NB Conditionalize TeamTrack text. 2000-12-15 NB Updated for release 0.5.1. 2000-12-18 NB Merged back into masters. 2001-02-15 RB Updated for version 1.0, pointing people at Perforce and TeamShare rather than Ravenbrook for information and support. 2001-02-19 GDR Added fixed and known issues for release 1.0.0. 2001-02-20 GDR Added Date keyword to fix job000218; swapped sections 4 and 5 to fix job000219. 2001-02-22 GDR Moved material not related to installation to separate release notes. Added instructions on upgrading from an old release. --- Copyright 2000 Ravenbrook Limited. This document is provided "as is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this document. You may make and distribute copies and derivative works of this document provided that (1) you do not charge a fee for this document or for its distribution, and (2) you retain as they appear all copyright and licence notices and document history entries, and (3) you append descriptions of your modifications to the document history. $Id: //info.ravenbrook.com/project/p4dti/release/1.0.1/readme.txt#1 $