Basic stats for TomR
##Setting up the System:
- git clone "https://github.com/rchakra3/TomROverview"
- cd TomROverview
- On the monitoring node:
- npm install --save
- node app.js
- On all the datanodes:
- cd client
- npm install --save
- node app.js
Basic stats for TomR
##Setting up the System: