/beaker-frontend

Ember application for Beaker metric display

Primary LanguageJavaScript

Beaker-frontend

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

Full layout

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

Responsive

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember 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