141
edits
Ghendricks (talk | contribs) No edit summary |
Ghendricks (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
Installation instructions for Bugzilla can be found at http://bugzilla.org | Installation instructions for Bugzilla can be found at http://bugzilla.org | ||
'''IMPORTANT | '''IMPORTANT NOTES:''' | ||
These instructions assume you have installed Bugzilla according to the Bugzilla | These instructions assume you have installed Bugzilla according to the Bugzilla | ||
instructions (from tarball or cvs). Installations from Debian .deb or from some | instructions (from tarball or cvs). Installations from Debian .deb or from some | ||
RPM packages may place Bugzilla files in separate directories in which case, | RPM packages may place Bugzilla files in separate directories in which case, | ||
these instructions may not work. | these instructions may not work. | ||
If you are upgrading from 2.2 and have made modifications to the Testopia code, | |||
please be aware that you will need to merge your changes into the new | |||
file locations. | |||
Also be sure to reverse the patch on your existing installation | |||
before unzipping the package. | |||
Please make sure that your language of Bugzilla is the same as language of | Please make sure that your language of Bugzilla is the same as language of | ||
Testopia to be installed on. If you are not sure, just set language of your | Testopia to be installed on. If you are not sure, just set language of your | ||
Bugzilla to English. You can change it any time later. | Bugzilla to English. You can change it any time later. | ||
API USERS TAKE NOTE: Positional parameters are now deprecated as of 2.4. All params should now be sent | |||
in a hash (struct, dict, hashmap or whatever your language of choice calls key, value pairs). Though all attempts | |||
have been made to provide continuing support for positional parameters, please be aware that | |||
some API calls may fail until you make this change. Also, future versions may remove this support completely. | |||
=== Installation on Linux === | === Installation on Linux === |
edits