Saturday, 7 May 2016


RT is a web-based tool that provides easy way to request for IT support and other support services.
Using RT, you can easy send a support request for help. Request will go directly to the appropriate group.

First of all you have to install database for RT, like mysql postgresql etc.
here i am using mysql:-

1. #apt-get install mysql-server rt4-db-mysql
After that restart the services of mysql server
2. # service mysql restart

Now you have to install Web server for RT
3. # apt-get install rt4-apache
Finally install the RT package
4. # apt-get install request-tracker4
it will ask many option during the installation:-
1. It ask for web name of RT
eg:- RT.kt -- here kt is hostname of system.
2. Provide the accessable permission of configuration file.
3. provide the password for RT
Configuration file for RT is under the directory /etc/request-tracker4/ and /usr/share/request-tracker4

Now enable your configuration for available site.
1. # vim /etc/apache2/sites-available/000-default.conf
write at end of the file
Include /etc/request-tracker4/apache2-modperl2.conf
 RedirectMatch ^/$ /rt
after that restart the service of apache2 server.
2. service apache2 restart

Now login in Web browser:-
eg:- rt.kt
Provide here user and password

Related Posts:

  • OpenVPN Client Configuration in Linux OpenVPN installation and configuration on Ubuntu 1.     sudo apt-get update 2.     sudo apt-get install network-manager-openvpn 3.     Click on networ… Read More
  • RT (Request Tracker) Setup in Debian RT is a web-based tool that provides easy way to request for IT support and other support services. Using RT, you can easy send a support request for help. Request will go directly to the appropriate group. First of all yo… Read More
  • How to add SSH Keys to Lap There are multiple ways of adding ssh keys to ldap. 1.     Download Apache Directory Studio 2.     Extract and Install it. For Linux 3.  tar xvfz ApacheDirectoryStudio-… Read More
  • How to Extend & Reduce the LVM The need of LVM extend is when we require extra disk space to store the raw data. First we have to provide the storage or extra hardware to volume group. Extend the Volume Group :- # vgextend <vg name> <new pv&… Read More
  • Ldap Authentication for Owncloud Configure own cloud to access with centralized  ldap authentication. You can say it accessing own cloud with domain authentication. Or how to access ldap with Single sign on. First of all login into your own cloud con… Read More

0 comments:

Post a Comment

Sample Text

Powered by Blogger.

Video

Popular Posts

Our Facebook Page