A dashboard for showing Jenkins build status, environment info, team calendar events and metrics. Forked from https://github.com/edgeware/dashboard and uses http://dashing.io/.
- Edit
config.yml
with info for your setup. - If using the metrics feature, add a
private_key.pem
to the repository root (client certificate is used to access the metrics). - Run
bundle install
to install deps (use Ruby >= 2.0.0). - Run
dashing start
and visit http://localhost:3030 in your browser.