Linux only: Install redis
- Make sure to add redis/src to PATH, so redis-server is a command.
> git://github.com/peterwmwong/headsup-logstore.git
> cd headsup-logstore
> make spec
Currently, redis does not support Windows. An external test redis server must be used by the specs.
> set TEST_REDIS_HOST=<Host of redis server>
> set TEST_REDIS_PORT=<Port of redis server>
> node_modules\.bin\jasmine-node.cmd --coffee spec\
> node debug node_modules\jasmine-node\lib\jasmine-node\cli.js --coffee spec\LogStore.spec.coffee
> npm install node-inspector
> node-inspector &
> node --debug node_modules\jasmine-node\lib\jasmine-node\cli.js --coffee spec\LogStore.spec.coffee
- CoffeeScript - Better than JavaScript
- Node - Awesome
- Node Redis - Redis client for Node.js
- npm - Node Package Manager
- Jasmine - BDD for JavaScript
- Jasmine-Node - Jasmine Node.js integration
- Redis - Key-Value Store