trouble ticket

howto: install eticket support/trouble ticket system on ubuntu

Site source: 

i have been using a php-based program called eticket to keep track of all my customer’s helpdesk requests for my consulting business for awhile now. it’s really easy to setup and use, so i thought i’ll post my setup steps to help anyone else out.

first download the latest version of eticket from the sourceforge website, then move the file to your server via ftp, ssh, etc… and unzip the archive to an appropriate directory.

create a mysql database and assign a user for the database.

mysql -u root -p

create database eticket;

Average: 5 (2 votes)
Syndicate content