Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.42 KB

Build Status Coverage Status

Reqlist

Open Source Requirement Analysis for Agile Teams

Presentation

The introductory slides are avaible at this link on Google Docs (pt-BR).

Installation

To install, you just have to download the latest code and run in the root folder:

mvn install

Then go to the src/main/webapp folder and install bower dependencies:

bower install

After that, choose your JavaEE application server (recommended: JBoss AS 7.1.1.Final) and create a Datasource with DDL and DML access, with a JNDI of java:/ReqlistDS.

After that, you can deploy it in your JavaEE application server and run it normally.

Contributing

All documentation on this project is available at this link on Google Docs (pt-BR).

The plans are to migrate the documentation to the Github Wiki and translate it to English. Any help is appreciated. Contact me if you want to contribute, or send a PR.

Made with <3.