Trinidad is a simple library to run rails and rackup applications into an embedded Apache Tomcat, running on top of JRuby:
http://github.com/calavera/trinidad
I’ve added FrameOS/CentOS JRuby and Trinidad packages to the FrameOS testing repository. To install Trinidad and/or JRuby to your FrameOS/CentOS server:
Download the FrameOS testing repo config file
cd /etc/yum.repos.d/
wget http://mirror.frameos.org/frameos5.repo
Install Trinidad
yum install jruby-trinidad --enablerepo frameos
Updated: 2011-02-04
Fixed repo config URL.
This will download Trinidad and its dependencies.
Enjoy ;)
[...] Related: Installing JRuby and Trinidad in FrameOS/CentOS [...]