Skip to content

Running on JBoss Rails

bobmcwhirter edited this page Aug 24, 2010 · 1 revision

Prerequisites

JBoss Rails

This assumes you have a working JBoss Rails already installed. If not, please see its own instructions.

Install the JBoss Rails Support package into your Radiant project

cd vendor/plugins
unzip jboss-rails-support.zip

Install the JDBC driver for your database

rake jboss:gems:jdbc:install

Freeze and get to edge

rake radiant:edge:freeze
rake radiant:update
rake db:migrate

Create a symlink to vendor/rails/

Until an issue is fixed in JBoss Rails, you’ll need a symlink

cd vendor
ln -s radiant/vendor/rails ./rails

Deploy

rake jboss:rails:deploy

Have a beer.

Clone this wiki locally