Changes

Jump to: navigation, search

Testopia:README

No change in size, 02:56, 17 July 2009
no edit summary
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:
#*Add a .txt file extension to your corresponding patch file (\bugzilla\testopia\patch-3.0[.x]). #*Edit the above patch file to remove *nix line feed characters, and putting in classic DOS/Windows carriage returns.<br>You can do this manually, or with WordPad (write.exe) or numerous utilities such as unix2dos or tofrodos. #*Download GNU Patch and install it in a directory in your path.<br>It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm #*Change PERL "shebang" paths from native *nix, to a Windows Format. <br>If you have MySQL Server installed, the Replace utility does a great job at this:
C:\&lt;apache path&gt;\htdocs\bugzilla&gt; for&nbsp;%i in (*.cgi) do ("&lt;MySQL path&gt;\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" --&nbsp;%i)
C:\&lt;apache path&gt;\htdocs\bugzilla\Bugzilla&gt; for&nbsp;%i in (*.pm) do ("&lt;MySQL path&gt;\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" --&nbsp;%i)
#*You'll need Microsoft's old nmake utility, available at...<br> http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe<br> ...or dmake, available on CPAN at http://search.cpan.org/dist/dmake/.<br> For nmake, you will need to decompress the file and copy both NMAKE.EXE and NMAKE.ERR<br> 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.
13
edits

Navigation menu