OTRS installation on Debian Woody

Although the installation instructions for a Debian installation are not
that complicated, I noticed that there was no documented that pointed to
what packages need to be installed to meet OTRS dependencies (perl, gd,
etc.) So perhaps documenting our installation will help others trying to
install OTRS on Debian Woody systems.
I've documented our experience with the installation, and how it seemed to
work for us. I make no guarantees, other than following these steps got
our installation working with Apache-SSL as the web server, Postgresql as
the database, and Debian Woody as the operating system. It is based on
OTRS RC3.
NOTE: These instructions will only mark where installation for Debian
differs from the OTRS Manual section 1.2 "Using the tar.gz file to install
OTRS on any Linux/Unix platform" subsections 1.2.1 - Install, 1.2.2 -
Database, and 1.2.3- Webserver.
1.2.1. Install
--------------
1.
This Debian package listing is for an Apache-SSL, Postgresql, Perl, and
the appropriate Perl GD and DBI modules:
apache-common
apache-ssl
libapache-dbi-perl
libapache-mod-perl
libapache-request-perl
libapache-session-perl
libdigest-md5-perl
libmime-perl
libnet-dns-perl
postgresql
postgresql-client
postgresql-contrib
postgresql-dev
libgd-graph-perl
libgd-perl
libgd-text-perl
libgd-tools
libgd1
libgd2
libgd2-dev
cron
sendmail
procmail
iamerican // or your favorite ispell language dictionary
ispell // so that spell-checking works
After installing all of these packages "bin/otrs.checkModules" should
return OK for all modules (except DBD::mysql, but we aren't going to be
using MySQL, so this shouldn't be marked as required). The "perl -cw"
instructions for checking module installation did not work for me.
2. "usermod -G www-data otrs" - Apache runs as user/group www-data on
Debian
3. chown -R otrs.users /opt/otrs
5. changes to /etc/apache-ssl/httpd.conf (we are using mod_perl):
Alias /otrs/ "/opt/otrs/bin/cgi-bin/"

Hi Eddie, On Thu, Feb 06, 2003 at 12:53:54AM -0800, Eddie Urenda wrote:
Although the installation instructions for a Debian installation are not that complicated, I noticed that there was no documented that pointed to what packages need to be installed to meet OTRS dependencies (perl, gd, etc.) So perhaps documenting our installation will help others trying to install OTRS on Debian Woody systems.
I've documented our experience with the installation, and how it seemed to work for us. I make no guarantees, other than following these steps got our installation working with Apache-SSL as the web server, Postgresql as the database, and Debian Woody as the operating system. It is based on OTRS RC3. [...]
Cool! Thanks a lot! :))
-Eddie
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Noch 220 Tage bis zum Gäubodenvolksfest! ;-)
participants (2)
-
Eddie Urenda
-
Martin Edenhofer