I'm trying to go through the demos at http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-testacular.html#testacular and seem to be having a problem installing the demos on W7 64-bit. I have Node and Git installed and have the required repositories cloned locally, but starting the server is the problem. The server.sh file contains the instruction:
nf --procfile ./config/Procfile.server start
If I try to run that in Node it complains about not having an ENV file. Any suggestions or specific instructions would be most appreciated.