Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Ruby on Rails & Windows
Krak
New
It may be repetitive but I typed it all anyways...
Read this first: http://wiki.rubyonrails.com/rails/pages/RailsOnWindows
Basically you need: Apache, MySQL, and the One-click installer. Use Ruby for Apache to get FastCGI going.
http://httpd.apache.org/download.cgi
http://dev.mysql.com/downloads/
http://rubyinstaller.rubyforge.org/wiki/wiki.pl
http://rubyforge.org/projects/rubyforapache/
FastCGI is recommended, as it will make Rails sooo much faster. But it is not required.
Install Apache, install MySQL, install Ruby for Apache (if you want FastCGI), then install the One-click.
Then after everythings installed, from a CMD prompt do:
"gem update" then
"gem install rails --include-dependencies"
yes to anything it asks.
mod_rewrite has to be enabled in your httpd.conf....
After all that, Ruby on Rails *should* be ready to go. Then if you any question I will try to answer them.
0
This discussion has been closed.
Comments
I just wanted to test it out. Probably should learn to code before I do really :P
I really want to start making my own stuff.
i might be forced to use windows xp and so far i like the idea of combining it with unclunky RoR: my 2 questions are:
1. is there are a more robust, unclunky combination ?
2. what else would i need to establish a vanilla forum with a small orange / paypal / other money transfer system ? muchas gracias in advance...</font
Posted: Sunday, 3 June 2007 at 11:40AM