mhuensch / teamkiosk

Build monitor for Team City

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Team Kiosk An advanced build monitor for Team City that focuses on providing a strong user experience to developers working in environments that have a large number of projects.

Note: this project is still in ALPHA status. We are currently working at rewriting the UI.

##Overview There are three primary views that Team Kiosk uses to display information:

  • Dashboard: displays statistics about your favorite builds in a carousel and the five most recent builds.
  • Failures: displays any failing builds and the relevant information for that failure. When failures occur, this is the view shown in kiosk mode.
  • Settings: allows the customization of certain behaviors in Team Kiosk

Additionally, using pyre, we currently build Team Kiosk as a:

##Getting Started ###Desktop Application

###Hosted in Node Team Kiosk is hosted as an NPM package. To install it, simply use:

npm install teamkiosk

[placeholder]

###Running the Source Code

For more gulp command options, see the pyre documentation.

##Documentation

###Error: EPERM, unlink If you are building the source code and using Sublime Text and getting an error that looks like "rimraf Error: EPERM, unlink", be sure to exclude the .bin folder at the root of the Team Kiosk source from Sublime Text.

###Where can I learn more about the Team City API that you are using? The best place to start is the documentation available from jetbrains. If you are looking to explore the API and don't want to set up your own Team City Server, codebetter.com offers a free hosted instance of Team City to open source projects. Additionally here are some useful examples from the codebetter.com Team City API:

About

Build monitor for Team City


Languages

Language:CSS 55.8%Language:JavaScript 34.2%Language:HTML 10.1%