Hi!
Does anyone know of a good tutorial for installing Ruby with Php, Apache and MySQL.
I have tried InstantRails but i want to install it without using the instant option!
Thanks.
have a look on howtoforge maybe?
Hi! Does anyone know of a good tutorial for installing Ruby with Php, Apache and MySQL. I have tried InstantRails but i want to install it without using the instant option! Thanks.
Try this one.. its an article to Install Ruby on Wamp.. it means that youre gonna get Apache+PHP+MySQL+PHPMyAdmin+Ruby
Installing Ruby on WampServer
Or This one.. Its a guide to Install everything From ScratchInstall & Configure Apache, PHP, JSP, Ruby on Rails, MySQL, PHPMyAdmin & WordPress on Windows XP/2000
hope it helps.. cheers..
-mozart-
I've been quite happy with ubuntu's lamp package, with phusion passenger (on apache) for rails and ruby execution.
If you are using windows - this might help, but be wary of your file locations and previous configurations i.e. already Loaded mod re-write .
http://www.grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp
Actually, on second thought, I would just download vmware or virtualbox, download ubuntu (server edition if you want to do all the file editing remotely, or desktop if you don't). You can look at this http://iain.codejoust.com/2009/06/running-the-lamp/ to install the lamp, then install http://www.modrails.com/. To install ruby and rails, you can use http://www.hackido.com/2009/04/install-ruby-rails-on-ubuntu-904-jaunty.html. I wasn't even able to start rails development until I switched to ubuntu linux.
I found this very interesting since I just installed ROR into my XAMPP using the guide I found in this article. http://www.grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp I couldn't get the gem update to work in MS-DOS so I skipped that and ran gem install rails --include-dependencies.