Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.04 KB

docgenerator

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.

Configuration

In /src/app/integration/ifogbugz.py, edit lines 5, 6 with the URL and Token needed to access the FogBugz API.

Getting Started

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

Dependencies

The dependencies are included in the Vagrant configuration.

Other Resources

Slides from ConFoo presentation