Skip to content

gitter-badger/buildbot-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildbot-dashing

If you have a buildbot setup at your company, it is really ugly to put it into a central display and follow the builds. This project aims to be the interface that will allow you to do that.

Precompiled Binaries

The project has some precompiled binaries at the release area, so please take a look if any of the releases match your environment, so you can just download the binary and run normally with:

$ ./buildbot-dashboard --buildbot="http://10.0.0.1/"

Manual Build

As this project is built in go you can build it in multiple platforms with:

$ go get -u -v github.com/ghophp/buildbot-dashboard
$ cd $GOPATH/src/github.com/ghophp/buildbot-dashboard
$ go install
$ buildbot-dashboard --buildbot="http://10.0.0.1/"

This will fetch the version directly from github and install it on $GOPATH/bin, if you have $GOPATH/bin at your $PATH then you can run from everywhere the command.

Interface

When the project run, you should be able to access your localhost at the port 3000 (configurable via PORT env variable) and see the following:

About

buildbot dashboard optimised for static displays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 40.8%
  • CSS 31.1%
  • JavaScript 17.5%
  • HTML 10.6%