Difference between revisions of "OTRS"

From SME Server
Jump to navigationJump to search
(New page: {{Note box|This is work in progress}} == OTRS - Open Ticket Request System == {{Incomplete}} http://otrs.org/ OTRS is an Open source Ticket Request System (also well known as trouble t...)
 
Line 1: Line 1:
 
{{Note box|This is work in progress}}
 
{{Note box|This is work in progress}}
 +
 +
== Maintainer ==
 +
 +
[mailto:russell@fixitcomputers.com.au?subject=OTRS Russell Taihn]
  
 
== OTRS - Open Ticket Request System ==
 
== OTRS - Open Ticket Request System ==
Line 27: Line 31:
  
 
  pico Config.pm
 
  pico Config.pm
 +
 +
[[Category:Howto]]

Revision as of 17:18, 5 September 2007

Important.png Note:
This is work in progress


Maintainer

Russell Taihn

OTRS - Open Ticket Request System

Incomplete.png Incomplete:
This article or section needs to be expanded. Please help to fill the gaps or discuss the issue on the talk page


http://otrs.org/

OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries. Do you receive many e-mails and want to answer them with a team of agents? You're going to love the OTRS!


cd /usr/local/src
wget http://ftp.otrs.org/pub/otrs/otrs-2.2.2.tar.gz
tar xvzf otrs-2.2.2.tar.gz
mv /usr/local/src/otrs-2.2.2/ /opt/otrs/
chown -R www.www /opt/otrs
cp /opt/otrs/Kernel/Config.pm.dist /opt/otrs/Kernel/Config.pm
cd /opt/otrs/Kernel

edit Config.pm using vi or pico or favorite text editor

pico Config.pm