Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 902 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 902 Bytes

UMRUM wercker status

An open source Real User Monitoring built using NodeJS.

Install, configure and run

$ git clone https://github.com/umrum/umrum.git
$ cd umrum
$ npm install
$ grunt server

Dependencies

  • MongoDB: it's necessary to define env variable MONGO_URI before running the app or tests (or run a local mongodb);
  • Redis: it's necessary to run a local instance of Redis before starting the app;

Running Grunt before commit

$ echo "grunt unittest || exit 1" > .git/hooks/pre-commit
$ chmod +x .git/hooks/pre-commit

Running unit tests

$ grunt unittest

Bitdeli Badge