This is how I installed and configured osticket.
1. wget
http://www.osticket.com/download.php?file=osticket_1.2.7.zipThat's the latest stable version.There is a beta but I found too many bugs.
2. unzip the osticket files into /home/e-smith/files/ibays/Primary/html (or wherever your site is) The unzipping will create a directory called osticket. Leave that directory there.
3. chmod 777 to config.php (in the osticket directory)
4. wget
http://mirror.contribs.org/smeserver/contribs/nightspirit/e-smith-phpmyadmin/e-smith-phpmyadmin-2.6.0-12.noarch.rpm type rpm -ivh e-smith-phpmyadmin-2.6.0-12.noarch.rpm to install it.
5. goto
https://yourservername/phpmyadmin/ and login with the admin user and password of your sme box.
6. in the mysql database add a user with full privileges (or set admin to have full privileges)
7. then browse to
http://yourservername/osticket8. walk thru the easy setup wizard. Make sure that:
a. the database you use is mysql
b. and you enter the user you added to that database or the existing user that you gave full privileges with.
9. then when finished with the setup wizard just browse to
http://yourservername/osticket/admin.php and login with the name you created in the setup wizard.
10. When all is done, rename config.php in the osticket directory and make sure everything still works. If it all does, then delete it (since you chmoded it to 777)
If you try it and it doesn't work, let me know.
** I found most of the ticket systems required MYSQL which I am not familiar with. That's why phpmyadmin made it very easy to deal with the MYSQL databases. As long as you get phpmyadmin and set the database up according to the ticket system, perldesk and etc., then they should all be very easy to setup )