Archive for July, 2007

Install GD support php5-gd in Ubuntu

Written by coregps on Monday, July 23rd, 2007 in PHP, Ubuntu.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I have installed a support ticket system with captcha enabled and everything works well except the images does not display.

It seems that the does not configured with by default. However comes with package called . Just type following command to install this module:

$ sudo apt-get install php5-gd

And then restart Apache

$ sudo /etc/init.d/apache2 restart

Installing OTRS on Ubuntu

Written by coregps on Saturday, July 21st, 2007 in General, Linux, Open Source, PHP.

is an open-source Issue tracking system software package which a company, organisation or institution can use to assign tickets to incoming queries, thereby greatly facilitating the handling of support requests and other customer traffic. The most exciting is it is already contained in the package repositories. Installing OTRS is easy as 1-2-3!

1. Install OTRS package and dependencies:

$sudo apt-get install otrs

2. Copy the file /etc/otrs/apache2-httpd.include.conf to /etc/apache2/conf.d.

3. Restart Apache service:

$sudo /etc/init.d/apache2 force-reload

4. Use the following address to access the web installer, then follow the steps and setup the system.

http://localhost/otrs/installer.pl

5. Restart Apache again:

$sudo /etc/init.d/apache2 force-reload

That’s all. Now, you can visit admin interface at http://localhost/otrs/index.pl, and customer interface at http://localhost/otrs/customer.pl.



Site Navigation