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

On Fri, 2006-11-03 at 12:47 -0800, mickeyc wrote:

my Apache server?

Any help would be hugely appreciated.


by default, webrick will serve ‘development’ environment on port 3000

http://localhost:3000

0.0.0.0 is nowhere

:2000 is port 2000 which isn’t the default of anything I know of besides
sieve

Craig