Skip to content

grunya404/umrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UMRUM: Ultimate Magic Real User Monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published