Installing Ruby on Rails with WAMP

April 2, 2009

Just a link for all those who want to install Ruby on Rails with WAMP. It is also being posted so I don’t forget it!

http://forum.stylegala.com/viewtopic.php?t=3964

NOTE: If you have the latest copy of WAMP that has Apache 2.2 packaged with it, you will experience some problems when editing the httpd.conf. Download the mod_fastcgi-2.4.6-AP22.dll file, put it in wamp\fastcgi then add this to the httpd.conf file.

LoadModule fastcgi_module “c:/wamp/fastcgi/mod_fastcgi-2.4.6-AP22.dll”

<IfModule>
FastCgiConfig -maxClassProcesses 10 -maxProcesses 10 -minProcesses 1 -processSlack 1 \
-initial-env PATH=”c:/wamp/ruby/bin;c:/windows/system32;c:/windows;C:/wamp/bin/mysql/mysql5.1.32/bin” \
-initial-env RUBYOPT=rubygems
AddHandler fastcgi-script .fcgi .fpl
</IfModule>


Follow

Get every new post delivered to your Inbox.