docgenerator
is a web application that dynamically presents system requirements documentation directly from issue trackers and wikis.
Currently, docgenerator
only supports Fog Creek's FogBugz.
Point docgenerator
at your instance of FogBugz, and it will pull specified requirements, and wiki entries to generate a requirements document artifact.
In /src/app/integration/ifogbugz.py
, edit lines 5, 6
with the URL and Token needed to access the FogBugz API.
vagrant up
This will initialize a vagrant box with all the dependencies installed.
To run the application,
$ vagrant ssh
(vagrant)$ python /vagrant/src/run.py runserver
The dependencies are included in the Vagrant configuration.