Installed Ruby on Rails for the 1st time

Hi There,

Bare with me as I am brand new to Ruby.

I have installed Ruby, RubyGems and rails. I have started my Apache server but when i go to the http://0.0.0.0:2000, I am not getting anything returned.

Now the Apache server I am running was installed some time ago as part of a PHP development package. Are there some configs I need to do to my Apache server?

Any help would be hugely appreciated.

Many thanks

Mike

Mike:

First things first. Are you able to run your Rails application in
development mode with Webrick?

-Anthony

Hi There,

Bare with me as I am brand new to Ruby.

I have installed Ruby, RubyGems and rails. I have started my Apache server but when i go to the http://0.0.0.0:2000, I am not getting anything returned.

Now the Apache server I am running was installed some time ago as part of a PHP development package. Are there some configs I need to do to my Apache server?

Any help would be hugely appreciated.