Testopia+Windows

View: New views
4 Messages — Rating Filter:   Alert me  

Testopia+Windows

by Raghu-19 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,
Following steps are available on Testopia Readme. Is there any other
steps which we need to perform on windows XP to install Testopia? I am
trying to execute all the steps mentioned, but unable to receive any
output from the dos prompt after executing the command at the last
step.

Testopia Readme:

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:

   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
   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.
      It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm
   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:
        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
>From here the steps should be fairly identical to those above, meaning
patch the files and run checksetup.pl.

Regards,
Raghu
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Testopia+Windows

by Raghu-19 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am able to apply the patch successfully, one extra step i performed
is replacing all the files from the downloaded testopia patch to the
relavant folders on the existing bugzilla-3.0.5 installation
directory. Checksetup.pl worked successfully :-)

Please let me know if any one have questions on the installation of
Bugzilla and Testopia on WindowsXP.

On Sep 11, 11:56 am, Raghu <raghusuravar...@...> wrote:

> Hi All,
> Following steps are available on Testopia Readme. Is there any other
> steps which we need to perform on windows XP to install Testopia? I am
> trying to execute all the steps mentioned, but unable to receive any
> output from the dos prompt after executing the command at the last
> step.
>
> Testopia Readme:
>
> 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:
>
>    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
>    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.
>       It can be downloaded fromhttp://gnuwin32.sourceforge.net/packages/patch.htm
>    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:
>         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
> From here the steps should be fairly identical to those above, meaning
> patch the files and run checksetup.pl.
>
> Regards,
> Raghu

_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Testopia+Windows

by jatinmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Raghu

I am trying to install Testpoia on windows server but i am not able to
this so ... can you please share with me the step by step installation
guide.... that would be grat for me


On Sep 11, 11:56 am, Raghu <raghusuravar...@...> wrote:

> Hi All,
> Following steps are available on Testopia Readme. Is there any other
> steps which we need to perform on windows XP to install Testopia? I am
> trying to execute all the steps mentioned, but unable to receive any
> output from the dos prompt after executing the command at the last
> step.
>
> Testopia Readme:
>
> 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:
>
>    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
>    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.
>       It can be downloaded fromhttp://gnuwin32.sourceforge.net/packages/patch.htm
>    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:
>         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
> From here the steps should be fairly identical to those above, meaning
> patch the files and run checksetup.pl.
>
> Regards,
> Raghu

_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Testopia+Windows

by Raghu-19 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Please let me know the steps that you have performed to install
Testopia? So that i can help you the extra step that you might have
missed while installation.
Generally you have to check the 4 steps that have been mentioned on
the bugzilla website. If you have completed the 4 steps and still
unable to install, please paste the apache error message that you are
able to view under logs.

Regards,
Raghuram.
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.
LightInTheBox - Buy quality products at wholesale price!