Skip to content
forked from umrum/umrum

UMRUM: Ultimate Magic Real User Monitoring

Notifications You must be signed in to change notification settings

marcusgadbem/umrum

 
 

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

Languages

  • JavaScript 73.1%
  • CSS 22.7%
  • Shell 4.2%