Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 547 Bytes

ticketdesk

A central ticketing system for help desk or call center

Install

  1. Set up a LAMP server
  2. Create a database in MySQL named:ticket32145 ...or whatever you want but then you'll need to edit /includes/connect.php appropriatley
  3. Run the ticket31245.sql to create the tables
  4. Create a MySQL user and grant it insert,delete,update, and select to your database. Put the credentials in /includes/connect.php
  5. Drop the code in your webroot and you're good to go

Road map

Check the issues section theres quite a few things to do