Testopia:README: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 107: Line 107:
If you find additional pointers, please post them to the Wiki version of this file at http://wiki.mozilla.org/Testopia:README
If you find additional pointers, please post them to the Wiki version of this file at http://wiki.mozilla.org/Testopia:README


=== Installing Dependencies ===
=== Installing Dependencies ===
Some of the most common dependencies you'll need to install can be easily installed in both Windows and linux:
 
Some of the most common dependencies you'll need to install can be easily installed in both Windows and linux:
 
Install JSON:  


Install JSON:
     perl -MCPAN -e shell
     perl -MCPAN -e shell
    install M/MA/MAKAMAKA/JSON-2.10.tar.gz
    install M/MA/MAKAMAKA/JSON-2.10.tar.gz
 
Install GD-Graph3d:


Install GD-Graph3d:
     perl-MCPAN -e shell
     perl-MCPAN -e shell
    install W/WA/WADG/GD-Graph3d-0.63.tar.gz
    install W/WA/WADG/GD-Graph3d-0.63.tar.gz
 
In Windows, missing modules are easiest installed by running checksetup.pl and paying attention to the printout:
<pre>C:\bugzilla\&gt;checksetup.pl
* This is Bugzilla 3.2.4 on perl 5.8.9
* Running on WinXP/.Net Build 2600 (Service Pack 3)
Checking perl modules...
...
* NOTE: You must run any commands listed below as Administrator.
 
***********************************************************************
* Note For Windows Users                                              *
***********************************************************************
* In order to install the modules listed below, you first have to run *
* the following command as an Administrator:                          *
*                                                                    *
*  ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms
*                                                                    *
***********************************************************************
***********************************************************************
* REQUIRED MODULES                                                    *
***********************************************************************
* Bugzilla requires you to install some Perl modules which are either *
* missing from your system, or the version on your system is too old. *
*                                                                    *
* The latest versions of each module can be installed by running the  *
* commands below.                                                    *
***********************************************************************
COMMANDS:
 
    ppm install TimeDate
...
</pre>
 
=== Upgrading ===
=== Upgrading ===


13

edits