9
edits
m (removed out-of-date comments. ppm install works both ways for me.) |
(→Bugzilla 3.4.6: new section) |
||
| Line 1: | Line 1: | ||
== Bugzilla 3.4.6 == | |||
I installed at 2010-03-24<br>Bugzilla 3.4.6 (stable) c:\bugzilla<br>ActivePerl 5.10.1 Build 1007 c:\perl<br>xampp 1.7.2 c:\programme\xampp<br>MySQL 5.1.37<br>Apache 2.2.12<br>Windows XP SP3 32 Bit<br>Graphviz 2.26.3 c:\programme\graphviz | |||
I had most problems with ActivePerl moduls | |||
I downloaded ImageMagick from http://www.imagemagick.org/script/binary-releases.php#windows<br>This version: ImageMagick-6.6.0-6-Q16-windows-dll.exe<br>During the installation check Install PerlMagick for ActiveSate Perl v5.10. build 1007 | |||
Download and extract this<br>http://www.xup.in/dl,92408690/BugzillaWINPackv2.zip/ | |||
in a command shell <br> | |||
ppm repo delete 1<br>ppm repo add uwinnipeg<br>ppm repo add trouchelle<br>ppm repo add bribes<br>ppm repo add wxperl<br>ppm repo add activestate | |||
ppm install MinGW<br>perl -MCPAN -e shell<br>install Email::MIME::Attachment::Stripper<br>install Email::Reply<br>quit | |||
ppm install AppConfig<br>ppm install TimeDate<br>ppm install DBI<br>ppm install DBD-mysql<br>ppm install DBD-Pg<br>ppm install DBD-Oracle<br>ppm install Template-Toolkit<br>no | |||
ppm install MailTools<br>ppm install GD<br>ppm install Chart<br>ppm install GDGraph<br>ppm install PatchReader<br>ppm install Net-LDAP-Express | |||
ppm install File-Slurp<br>ppm install Class-Data-Inheritable<br>ppm install Class-Trigger<br>ppm install Text-SimpleTable | |||
ppm install Template-GD<br>ppm install XML-Twig<br>ppm install MIME-tools<br>ppm install Authen-SASL<br>ppm install RadiusPerl<br>ppm install SOAP-Lite<br>ppm install HTML-Scrubber<br>ppm install XML-Twig<br>ppm install mod_perl<br>C:\mod_perl\ | |||
ppm install DateTime<br>ppm install DateTime-TimeZone<br>ppm install Email-Send<br>ppm install Email-MIME<br>ppm install Email-MIME-Encodings | |||
switch to the BugzillaWINPackv2 folder<br>cd ......\bugzillaWINPackv2 | |||
cd File-Flock-2008.01<br>Makefile.PL<br>dmake<br>dmake install | |||
cd ..\Data-ObjectDriver-0.04<br>Build.PL<br>Makefile.PL<br>dmake<br>dmake install | |||
cd ..\Data-ObjectDriver-0.06<br>Build.PL<br>Makefile.PL<br>dmake<br>dmake install | |||
cd ..\Daemon-Generic-0.61<br>Makefile.PL<br>dmake<br>dmake install<br> | |||
cd ..\TheSchwartz-1.07<br>Makefile.PL<br>dmake<br>dmake install | |||
ppm upgrade --install | |||
cd c:\bugzilla<br>checksetup.pl --check-modules | |||
checksetup.pl <br> | |||
<br> | |||
if Oracle is installed on the computer I read the PERL5LIB variable have to be emty | |||
sorry my english is bad | |||
edits