Skip to content

BobMoore/headsup-logstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

headsup-logstore: Log parsing, storage and publishing

Getting Started

Linux only: Install redis

  • Make sure to add redis/src to PATH, so redis-server is a command.

Get the code

> git://github.com/peterwmwong/headsup-logstore.git
> cd headsup-logstore

Run specs

Linux

> make spec

Windows

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\

Debugging specs

Node cli debugger

> node debug node_modules\jasmine-node\lib\jasmine-node\cli.js --coffee spec\LogStore.spec.coffee

node-inspector

> npm install node-inspector
> node-inspector &
> node --debug node_modules\jasmine-node\lib\jasmine-node\cli.js --coffee spec\LogStore.spec.coffee

Credit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.6%
  • CoffeeScript 10.4%