[otrs-cvs] CVS: otrs INSTALL,1.39,1.40

cvs-log at otrs.org cvs-log at otrs.org
Tue Aug 22 12:25:07 CEST 2006


Update of /home/cvs/otrs
In directory lancelot:/tmp/cvs-serv14575

Modified Files:
	INSTALL 
Log Message:
add CPAN modules and description for PDF output

Index: INSTALL
===================================================================
RCS file: /home/cvs/otrs/INSTALL,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** INSTALL	28 Nov 2005 00:17:37 -0000	1.39
--- INSTALL	22 Aug 2006 09:25:05 -0000	1.40
***************
*** 18,24 ****
      * Webpserver (mod_perl isn't required but "very nice" to have)
      * LDAPv2 compliant server (OpenLDAP for works fine, however LDAP isn't required)
!     * some CPAN-Module (DBI, DBD::mysql, Digest::MD5, MIME::Base64 (if Perl < 5.8), Net::DNS, LWP::UserAgent)
!       for LDAP (Net::LDAP) and for stats (GD, GD::Text, GD::Graph, GD::Graph::lines,
!       GD::Text::Align)
  
  Installation:
--- 18,25 ----
      * Webpserver (mod_perl isn't required but "very nice" to have)
      * LDAPv2 compliant server (OpenLDAP for works fine, however LDAP isn't required)
!     * some CPAN-Module (DBI, DBD::mysql, Digest::MD5, MIME::Base64 (if Perl < 5.8),
!       Net::DNS, LWP::UserAgent) for LDAP (Net::LDAP), for stats (GD, GD::Text,
!       GD::Graph, GD::Graph::lines, GD::Text::Align) and for PDF output (PDF::API2,
!       Compress::Zlib)
  
  Installation:
***************
*** 63,67 ****
        install GD::Text::Align
        ...
! 
  
  3. Create user:
--- 64,72 ----
        install GD::Text::Align
        ...
!       and if you plan to use PDF output (not required!)
!       ...
!       install PDF::API2
!       install Compress::Zlib
!       ...
  
  3. Create user:



More information about the cvs-log mailing list