Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bug tracker running off a USB pendrive. Is this possible?

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?

like image 408
Neil Avatar asked Nov 12 '09 15:11

Neil


2 Answers

The fossil distributed version control system includes a bug tracker and runs simply and easily from a USB drive without needing any setup.

Procedure goes something like this:

  • Insert pendrive. Assume it is mounted as drive Z:

  • Open a dos window

  • Type z:/fossil ui

The fossul ui, including a bug tracker, will open in your default browser.

like image 97
ravenspoint Avatar answered Sep 23 '22 08:09

ravenspoint


Take a look at DevProject Manager. It is nice app and should be exactly what you are asking for.

like image 22
alBob Avatar answered Sep 24 '22 08:09

alBob