Giter Site home page Giter Site logo

greenscreen's Introduction

GreenScreen

Introduction

GreenScreen is a build monitoring tool that is designed to be used as a dynamic Big Visible Chart (BVC) in your work area. It lets you add links to your build servers and displays the largest possible information on a monitor so that the team can see the build status from anywhere in the room.

Getting Started

To get the GreenScreen application itself, you can clone it from git:

$ git clone git://github.com/csamuel/greenscreen.git

Or download the project by clicking on the 'download' link on this page.

To install all of GreenScreen's dependencies, switch to its directory and do:

$ gem install bundler
$ bundle install

Once you've got GreenScreen on your machine, copy config.yml.sample to config.yml:

$ cp config.yml.sample config.yml

And then edit the config.yml file to add links to your build servers. It contains instructions for how you can add the. GreenScreen has been tested with Jenkins, but can be used with any continuous integration server that conforms to the multiple project summary reporting standard.

This pretty much means that any of the flavours of cruise control should work too.

Once you've got your configuration, you can start GreenScreen as follows:

ruby greenscreen.rb

Then go to this URL in your browser:

http://localhost:4567/

You should see the status of all of your builds. The screen will refresh every 15 seconds to keep itself up to date.

If running on Windows, I'd suggest running Firefox in full screen mode. If on a Mac, either expand the window size to take up as much space as possible, or try finding a plugin that lets you go full screen.

Passenger or other rack handlers

GreenScreen also includes a rackup file (config.ru) so you can deploy it under whichever rack-supporting webserver you like.

JRuby/Rack Configuration

Also included in this version is a warbler configuration suitable for creating a standalone executable or a war for deploying to your favorite servlet container.

Credits

GreenScreen was original developed by martinjandrews.

This version of GreenScreen is a fork of the updates made by rsutphin and customink.

greenscreen's People

Contributors

csamuel avatar egspoony avatar martinjandrews avatar rsutphin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.