Skip to content
forked from joomla/jissues

Issue Tracking application integrating with GitHub

Notifications You must be signed in to change notification settings

imarklee/jissues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requrements

The issue tracker application requires a server running PHP 5.3.1 or later (Joomla Platform minimum version) and MySQL 5.1 with InnoDB support

Setup

  1. Clone the git repo to where ever your test environment is located or download the ZIP from https://github.com/JTracker/jissues/zipball/master.
  2. Copy /libraries/config.example.php to /configuration.php
  3. Open configuration.php and rename the class from JConfigExample to JConfig
  4. Enter your database credentials in the JConfig class. Change $prefix if desired. (defaults to jos_)
  5. Open /sql/mysql.sql and do a find/replace from #__ to whatever your prefix is, and save
  6. Import the SQL into your database
  7. View site in browser to verify setup
  8. Open a console a execute cli/retrieveissues.php to get the open issues from GitHub.

Support & Discussion

About

Issue Tracking application integrating with GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published