How To Deploy on Instant Rails
Instant Rails is a package for Microsoft Windows that makes running a Ruby on Rails system trivial.
Once Instant Rails is installed and working, to install Radiant get to a command prompt (click the Start button, Accessories, Command Prompt) and type:
gem install radiant --include-dependencies
Then change to the directory you want to install Radiant into, run the radiant command, and follow the instructions that it prints out – just like normal:
cd \path\to\install\dir
radiant .
