osticket

osTicket is a widely-used open source support ticket system.

Slackware 14 installation

Get source code

Enable php5

Edit /etc/httpd/httpd.conf:

Include /etc/httpd/mod_php.conf

Enable mysql

Enable host on Slackware 14

Edit /etc/hosts and add:

127.0.0.1 localhostosticket

Edit /etc/httpd/vhosts.conf and add:

<VirtualHost *:80>
 Servername localhostosticket
 DocumentRoot "/var/www/htdocs/osTicket17"
 <IfModule dir_module>
   DirectoryIndex index.php
 </IfModule> 
 <Directory "/var/www/htdocs/osTicket17">
  Require local
 </Directory>
</VirtualHost>

Access http://localhostosticket/, it should redirect to http://localhostosticket/setup/.

On Slackware full install, all the requirements appear in green. Steps:

Your osTicket URL: http://localhostosticket/

Your Staff Control Panel: http://localhostosticket/scp

Login to http://localhostosticket/scp/ with user adminosticket.

Click on Admin Panel, and change Helpdesk status to Online, then click on Save changes.

In not in a development environment, delete the setup/install director as informed in the Staff Control Panel.

osticket (last edited 2013-10-13 16:22:40 by 95)