MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 2 as of 2013-10-13 15:49:45
  • osticket

osticket

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

Slackware 14 installation

Get source code

  • cd ~
  • cd workspace #eclipse
  • git clone https://github.com/osTicket/osTicket-1.7

  • ln -s ~/workspace/osTicket-1.7 /var/www/html/htdocs/osTicket17

Enable php5

Edit /etc/httpd/httpd.conf:

Include /etc/httpd/mod_php.conf

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>
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01