Project

General

Profile

Redmine Startup errors

Added by Daniel Joynes about 13 years ago

Hi,

Please let me start by saying I've no previous experience with Ruby on rails or redmine and today has been one long learning experience.

I've been asked by my boss to get redmine up and running on one of our servers and I've spent a few frustrating hours installing and hopefully correctly configuring everything.

When I attempt to run webrick to test the redmine installation as suggested here http://www.parorrey.com/blog/project-management/ten-step-guide-to-install-redmine-project-management-application/

I receive the following errors

C:/redmine/vendor/rails/activesupport/lib/active_support/core_ext/process/daemon
.rb:4:in `fork': fork() function is unimplemented on this machine (NotImplemente
dError)
from C:/redmine/vendor/rails/activesupport/lib/active_support/core_ext/p
rocess/daemon.rb:4:in `daemon'
from C:/redmine/vendor/rails/railties/lib/commands/server.rb:62
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from script/server:3

I'm basically at my wits end here as I can't google an answer to this error.

Any help appreciated. Thanks.