I just installed codestriker 1.8.5 on Linux. However, the colored diff does not work.
I'm using MySQL. And I notice that during the installation of the Perl module "Template", the test against mysql failed. But I ignore it and keep installing. Everything seems to work.
Does anyone know how to fix that?
Thanks in advance,
Edmond
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Codestriker Users,
I just installed codestriker 1.8.5 on Linux. However, the colored diff does not work.
I'm using MySQL. And I notice that during the installation of the Perl module "Template", the test against mysql failed. But I ignore it and keep installing. Everything seems to work.
Does anyone know how to fix that?
Thanks in advance,
Edmond
If you don't have colour, this indicates the web application is not seeing the codestriker.css file, which is in the html sub-directory.
Make sure you have the apache directory definitions for the codestriker html directory, as is shown in the docs.
Check your apache access and error log files for further clues.
Yeah, that works. Thanks David.