Installing the Rails Server

Installation of rails can be done with the packet manager on linux or through the ruby on rails windows setup.exe.

Once installed, you need to add the active scaffold plugin. To do so, do:

$ sudo gem install active_scaffold

or thru rails directly with:

$ sudo rails plugin install http:active_scaffold_address

You also need to install the ImageMagick plugin called RMagick:

$ sudo gem install rmagick