Hi,
I am Sheru & am completely new for this web framework. I am really
really enthusiastic to know the Ruby on Rails & possibly try to use
this framework near future.
But at the start up, I don't have idea on installing RoR on Windows
XP.
1. What is the sequential intalling components of RoR?
2. How easily could I get the RoR website hosting server?
Hi,
I am Sheru & am completely new for this web framework. I am really
really enthusiastic to know the Ruby on Rails & possibly try to use
this framework near future.
But at the start up, I don't have idea on installing RoR on Windows
XP.
1. What is the sequential intalling components of RoR?
2. How easily could I get the RoR website hosting server?
Not hard, if you're deploying to a Unix server. If you install Apache
and Phusion Passenger (an Apache module for deploying Rails app) then
it's pretty much upload-and-go. The process is described in the
Phusion Passenger users guide.
Deploying to a Windows server a bit harder and generally not
recommended. Developing on Windows is fine.
Hi Robert,
Thank you for your response. As I am searching good php framework, so
went to ruby on rails hoping this could be one option.
But still I am new for this. Hope, I will be rightly directed.
I use windows on my pc, what should be installed to run the ruby on
rails on windows pc for development purpose? and for linux too?
Hi Suzima,
I would like to install the Linux using the vmware or other..., you
wrote Ubuntu running on Sun xVM VirtualBox. What is this mean?
Could you explain more...?
Hi,
I am Sheru & am completely new for this web framework. I am really
really enthusiastic to know the Ruby on Rails & possibly try to use
this framework near future.
But at the start up, I don't have idea on installing RoR on Windows
XP.
Hi,
I am Sheru & am completely new for this web framework. I am really
really enthusiastic to know the Ruby on Rails & possibly try to use
this framework near future.
But at the start up, I don't have idea on installing RoR on Windows
XP.
1. What is the sequential intalling components of RoR?
2. How easily could I get the RoR website hosting server?
Hope that I will get response.
Thank you all.
Sheru
Hi Sheru ,
Install all of these in the same order :
1. Ruby (Download Ruby)
2. Install Ruby Gems from (http://rubyforge.org/frs/?group_id=126)
3. Download the gem "Rails" from rubyforge.org and install with the
command "gem install rails --include-dependencies"
4. Some times this doesn't completely install the rails framework for
which you will have to install the following gems in the same order.
rake
activesupport
activerecord
actionpack
actionmailer
actionwebservice
Now go to "http://localhost:3000" , it should show you the rails home
page or else you have failed in your installation.
After installing successfully,u can go ahead with any ROR tutorials .
Try this link Ruby on Rails Tutorial for
some good tutorials.
It may be a bit late for you now, but I would suggest installing InstantRails, which is trivial to do and gives you a complete self contained working environment.
It does not include the latest version of rails yet so after installing and checking that it is working ok open a Ruby Console Window (click on the I next to the Apache button, select Rails Applications, Open ruby console window) and update rubygems by
gem update --system
and update rails by
gem install rails
Thank you all for valueable suggestions and responses. It's so
responsive forum.
Once again many thanks to Colin too for the information. I installed
InstantRails and upgraded it. It went well.
It's great and I am happy too.
A- I want to experince it in Linux using some virualbox. Would you
advice me on this.
B- What would be good editor for the Instant rails appliction?
C- Is there some real world application to give a play?