Limelight and all associated files are distributed under the terms of the GNU LGPL. Binaries
|
Limelight_macos_0_3_0.dmg |
Limelight_windows_0_3_0.exe |
Use the gem for developing Limelight applications. Be sure that you have JRuby installed.
jruby -S gem install limelightWhen 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 limelightTo open Limelight's default production...
jruby -S limelight openSource Code Limelight source code can be found on github.
git clone git://github.com/slagyr/limelight.git
