mozilla-services/services-quality-dashboard

Name: services-quality-dashboard

Owner: Mozilla Services

Description: null

Created: 2015-09-21 19:46:22.0

Updated: 2018-02-26 20:20:23.0

Pushed: 2018-02-12 09:48:15.0

Homepage: null

Size: 399

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build it yourself

Using Ruby/Dashing directly (while developing)
le install
ing start

Visit localhost:3030 to view

Using Dockerfile (testing before deployment)

Build the image and run it:

cker build -t dashboard .
cker run -t -i -d -P -p 80:80 dashboard

If you're running docker directly on your host linux then you should see the dashboard on localhost, if you're on windows or osx machine and running docker in a VM then the dashboard will be running on your docker-environment host's IP. You can find your docker host IP by checking docker-machine's env vars, ex. with:

ho $DOCKER_HOST
//192.168.99.100:2376

you would point your browser to http://192.168.99.100 or similar.

To pull and run the latest 'stable' docker image

cker run -t -i -d -P -p 80:80 mozservicesqa/dashboard

Visiting localhost or your docker-env IP as above. This docker image is also deployed to http://dashboard.stage.mozaws.net


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.