I desire to run a bug tracker off a USB pendrive (for a variety of reasons, mostly because I frequently do not have internet access and need to hop around from machine to machine).
Does anyone have any advice on achieving this? I know mySQL and such can all be installed on a pendrive, just wondered if anyone had put this all together in one nice and easy package?
You might look into getting XAMP or WAMP setup on a flash drive and see if you can use that as a portable solution. Both of those have apache, MySQL and PHP installed on them, so you should be able to use most any PHP based bug tracker on that apache web server.
Good luck and hope this helps.