◐ Shell
clean mode source ↗

GitHub - DockerPool/dockerboard: [WIP]Simple dashboards, visualizations, managements for your dockers.

Simple dashboards, visualizations, managements for your dockers.

Development

Currently it's very simple.
Yes, we need Dockerfile. :)

Install npm & bower packages

cd client/
npm install
bower install

cd ../
go get ./..
go run dockerboard.go

Build With

  • negroni — Our back end API is negroni app. It responds to requests RESTfully in JSON.
  • Angular.js — Our front end is an Angular.js app that communicates with the negroni API.
  • Famous.js — We use Famous.js to build beautiful experiences on any device.
  • D3.js — We use D3.js for drawing, bring data.