License and Copyright Copyright 2008 8th Light, Inc. All Rights Reserved.
Limelight and all associated files are distributed under the terms of the GNU LGPL.
Binaries
OS X
Limelight_macos_0_3_0.dmg
Windows
Limelight_windows_0_3_0.exe
Ruby Gem JRuby version 1.1.3 is recommended. Version 1.1.4 does not work.
Use the gem for developing Limelight applications. Be sure that you have JRuby installed.
jruby -S gem install limelight
When successfully installed you should be able to run the limelight command. If JRuby's bin directory is not in your path you may need to use a fully qualified path.
jruby -S limelight
To open Limelight's default production...
jruby -S limelight open
Source Code Limelight source code can be found on github.
git clone git://github.com/slagyr/limelight.git