Skip to content

iamcal/doug

 
 

Repository files navigation

doug - a simple bug tracker

Doug is a PHP & MySQL bug tracker for small teams. This first release is just a straight copy of our internal repo, with passwords removed - it needs a little work to get it to run standalone.

It uses our own flavor of God Auth, but replacing that with your own auth layer is pretty simple.

Installation instructions will follow shortly...

Installation

  1. Check out the code from Git, somewhere into your webroot.
  2. Copy include/config.php.example to include/config.php and modify the setting inside.
  3. Create a folder called templates_c and make sure the web server can write to it.
  4. Something about the database...

About

A simple bug tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • Other 0.9%