(Created page with "==Introduction== QA Dashboard is a [http://nodejs.org/ Node.js] application. It is written in [http://jashkenas.github.com/coffee-script/ coffee-script] and uses [http://www.mon...") |
m |
||
| Line 26: | Line 26: | ||
QA Dashboard repository includes a default mongodb dump which can be used to populate the database. | QA Dashboard repository includes a default mongodb dump which can be used to populate the database. | ||
#<tt> $ cd qa-dashboard</tt> | #<tt> $ cd qa-dashboard</tt> | ||
| - | #<tt> $ | + | #<tt> $ mongorestore</tt> |
==Run the tests and start the server== | ==Run the tests and start the server== | ||
Contents |
QA Dashboard is a Node.js application. It is written in coffee-script and uses mongodb database. You need to install some awesome open source tools to get the development environment up and running.
(uses v0.4.5 stable package)
(uses v1.0.1rc7 stable branch)
QA Dashboard repository includes a default mongodb dump which can be used to populate the database.
The server will start in development mode using node-supervisor, which watches for code changes and restarts the server accordingly.