Beaker-frontend
January 29, 2016 ยท View on GitHub
Beaker is a metric collection tool for Elixir based systems. This repository contains the frontend, which is built with Ember.js and Highcharts.
Counters, gauges will update each second. Time series data is aggregated once a minute.
Screenshots
Standard layout in full screen

The layout adjusts for smaller screens, but no work has been do to make it look good on mobile devices.

Prerequisites
You will need the following things properly installed on your computer.
Installation
npm installbower install
Running / Development
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build(development)ember build --environment production(production)
Deploying
Deployment at this stage requires manually copying the generated JS and CSS files from dist into Beaker