Bugsy is a CakePHP application for simple issue (bug) tracking. When Bugzilla or Mantis are too much.
- HTML5
- Uses Bootstrap by Twitter
- Uses jQuery
- Ability to allow anonymous (public) posting of issues
- Public/Private modes for entire projects
- Commenting on issues
- Modify
webroot/index.phpto point to your CakePHP - Modify
config/database.phpto have your DB user/password/host/dbname - While in
/path/to/bugsyrungit submodule init;git submodule updateto load the submodules - While in
/path/to/bugsyruncake migration allto build the DB and add the admin user (username: admin, password: password)
Bugsy is © 2011 Jeraimee Hughes, licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.