Dashboard > OSU Help Desk > Home > Calendar Module Installation
OSU Help Desk Log In   View a printable version of the current page.
Calendar Module Installation
Added by Alex Buchanan, last edited by Alex Buchanan on Aug 09, 2006  (view change)
Labels: 
(None)

About this module

  • It is written entirely in PHP
  • PHP 4 is required 

Instructions

  1. Configure your database and run the sql found in the corresponding module directory. 
    mysql  -udb_user  -pdb_pass  -hdb_host  db_name < tables-mysql.sql
  2. Update /php_auth/defines.php to enable the module and set the correct database information.
  3. Copy includes/config.php.dist to includes/config.php and edit
    1. HELPDESK_URL should be the url of the base coho installation
      define(HELPDESK_URL, 'http://www.base-url.com/')
    2. set up the mysql DB info
      // MySQL example
      $db_type = "mysql";
      $db_host = "hostname";
      $db_login = "db_username";
      $db_password = "db_pass";
      $db_database = "db_name";
      $db_persistent = 1;
  4. Update the helpdesk parameters page to enable the module and set the correct database information.

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators