Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabo committed Jan 10, 2013
1 parent ef15c95 commit daed5c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,31 @@ annemo
Web app for annotating emotions in human speech video recordings.


Requirements
Installation
======
Install [Node.js 0.6.x](http://nodejs.org/dist/v0.6.16/docs/#)

Then, install CoffeeScript

npm install -g coffee-script


Installation
======
To download the project dependencies in the project directory run

npm install

Then, to start the server run

cake forever-start

and open http://localhost:3001 in your browser.


To restart the server

cake forever-restart

To stop

cake forever-stop

0 comments on commit daed5c0

Please sign in to comment.