13
edits
m (typo) |
|||
Line 83: | Line 83: | ||
your bugzilla pages. | your bugzilla pages. | ||
=== Installation on Windows === | === Installation on Windows === | ||
Windows installations are not officially supported. By this we mean don't ask the | Windows installations are not officially supported. By this we mean don't ask the developers for help as we have never tried to install on Windows and don't have any desire to. However, there have been numerous users that have managed to do so on their own. Here are some pointers: | ||
developers for help as we have never tried to install on Windows and don't have | |||
any desire to. However, there have been numerous users that have managed to do | |||
so on their own. Here are some pointers: | |||
1. Add a .txt file extension to your corresponding patch file (\bugzilla\testopia\patch-3.0[.x]). | 1. Add a .txt file extension to your corresponding patch file (\bugzilla\testopia\patch-3.0[.x]). | ||
2. Edit the above patch file to remove *nix line feed characters, and putting | 2. Edit the above patch file to remove *nix line feed characters, and putting | ||
in classic DOS/Windows carriage returns. | |||
You can do this manually, or there are numerous utilities that will do this for you, such as unix2dos or tofrodos. | |||
3. Download GNU Patch and install it in a directory in your path. | 3. Download GNU Patch and install it in a directory in your path. | ||
It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm | |||
4. Change PERL paths from native *nix, to a Windows Format. | 4. Change PERL paths from native *nix, to a Windows Format. | ||
If you have MySQL Server installed, the Replace utility does a great job at this: | If you have MySQL Server installed, the Replace utility does a great job at this: | ||
C:\<apache path>\htdocs\bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl | |||
C:\<apache path>\htdocs\bugzilla\Bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.pm | |||
5. Download Microsoft's nmake utility from: | |||
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe | |||
Run the file to decompress it. | |||
Copy both NMAKE.EXE and NMAKE.ERR to your perl bin directory (usually c:\perl\bin). | |||
From here the steps should be fairly identical to those above, meaning patch the files and run checksetup.pl. | |||
If you | If you have problems please post questions to the support-webtools list. Do not email the developers directly. | ||
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 === |
edits