If you are starting from scratch, run gem install radiant
and then radiant project_name
. Then follow these instructions
If you are starting from version 0.8.2 you'll likely need to copy the boot.rb file from the 0.9.1 release first. https://github.com/radiant/radiant/blob/3c452e1d2f1277042f9c3e6337236eaf30ec7810/config/boot.rb
-
Edit config/boot.rb to add this after the RAILS_ROOT definition:
require 'thread' require 'rubygems'
require 'bundler'