Skip to content
scarytom edited this page Aug 18, 2011 · 34 revisions

Ci Eye

Downloading

Release downloads are available here: https://github.com/netmelody/ci-eye/archives/master

To obtain and build the latest source perform the following:

git clone git://github.com/netmelody/ci-eye.git
ant jar

Installation

none

Running

java -jar ci-eye.jar 8888

Configuration

  • settings are stored in the .ci-eye/ directory, found in your home directory
  • views.txt defines the views that are presented on the radiator
  • pictures.txt defines pictures displayed for committers, with the pictures/ sub-directory storing the images themselves
  • logging.properties defines the logging settings for the server, with log files usually stored in the logs/ sub-directory

Acknowledgements

Thanks to @codebetterCI for hosting a TeamCity CI project for Ci-Eye itself -- http://teamcity.codebetter.com/project.html?projectId=project139

Clone this wiki locally