-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
15 lines (8 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Couch-board is a flexible and easy to use application that helps to manage software development iterations, scrum sprints or simply your everyday tasks. It is a port of Cognified Labs ROR taskboard application to couchdb.
If you are familiar with a task-board (Kanban board) - one of the most commonly used tools in agile project management, you will immediately understand what the couch-board application is all about, as it's simply an on-wall task-board made on-line. You can easily add cards that represent tasks or user stories and arrange them in rows or columns in any way that fits your process. Making any change to a story card is as easy as on a real task-board as you can drag and drop cards to move them around the board, make notes on them, change colour or add labels.
couch-board is a couchdb application that has been released open-source under GNU General Public License and is available for download on GitHub
To get started developing you will need to have couchdb installed and have a copy of reupholster (http://code.google.com/p/reupholster/downloads/list).
reupholster.json must be adjusted to match your couchdb user settings.
java -jar /home/com/Download/reupholster-0.2-jar-with-dependencies.jar .../couch-board/ &
Deployment at Cloudant
You can deploy couch-board for free at cloudant (https://cloudant.com/#!/solutions/cloud) be creating an account and then use reupholster or standard couchdb replication to deploy couch-board to cloudant.