141
edits
Ghendricks (talk | contribs) No edit summary |
Ghendricks (talk | contribs) No edit summary |
||
Line 95: | Line 95: | ||
[http://gnuwin32.sourceforge.net/packages/patch.htm sourceforge] | [http://gnuwin32.sourceforge.net/packages/patch.htm sourceforge] | ||
=== Installing 1.3 (Bugzilla 3.0) === | === Installing 1.3 (Bugzilla 3.0) === | ||
'''Linux''' | |||
''From the tarball:'' | |||
If you are installing Testopia from the release tarball, simply expand the | |||
tarball in your bugzilla top level directory. On linux this would look | |||
something like this: | |||
$> cp testopia-<version>.tar.gz /path/to/bugzilla | |||
$> cd /path/to/bugzilla | |||
$> tar xzvf testopia-<version>.tar.gz | |||
Next you need to patch some Bugzilla files. The details of the GNU patch program are beyond the scope of this document. You can learn all you never wanted to know from the patch man page. On most systems it should look like this: | |||
$> patch -p0 -i testopia/patch-3.0 | |||
If it prompts you for the location of a file, simply copy and paste the file location that it tells you it thinks it is in. | |||
Finally, run checksetup.pl. | |||
=== Upgrading from 1.x === | === Upgrading from 1.x === | ||
Line 106: | Line 123: | ||
# run patch -p0 -R -i testopia/patch-2.22.x | # run patch -p0 -R -i testopia/patch-2.22.x | ||
# run tr_install.pl (1.2.2 only) | # run tr_install.pl (1.2.2 only) | ||
# run patch -p0 -i testopia/patch-<version> | |||
# run checksetup.pl | # run checksetup.pl | ||
edits