This project is archived and is in readonly mode.
Having an error while running to Ruby on Rails based project
Reported by Prince Shahnawaz | February 24th, 2010 @ 12:00 PM
Hello Everybody,
I have found that Redmine(Ruby on Rails) project might be useful for our needs. Therefore,I have been trying to setup Redmine on my LocalHost(Xampp based) since last couple of days. But I really couldn't find any way to setup something on my Xampp which allows me to run Ruby on Rails project as like other PHP based projects.
I also made some little changes on my httpd.conf file as fellows
---
AddHandler cgi-script .cgi .pl .asp .rb
Moreover, After finally setup basic configuration of Ruby on Rails, I am just having following error message---
Application error
Rails application failed to start properly
And Inside the Apache Error Log report says ...
[Wed Feb 24 10:47:40 2010] [error] [client 127.0.0.1] (OS 3)The system can not find the path specified. : couldn't create child process: 720003: dispatch.cgi [Wed Feb 24 10:47:40 2010] [error] [client 127.0.0.1] (OS 3)The system can not find the path specified. : couldn't spawn child process: C:/xampp/htdocs/redmine/public/dispatch.cgi
Please Help me out :(
Comments and changes to this ticket
-
Roland Moriz April 11th, 2010 @ 04:58 AM
- Assigned user set to Ryan Bigg
Hi,
- as far as i can see, redmine ships with an
"dispatch.cgi.example" — have you renamed it? I guess
not...
- dispatchers are not automatically created on project creation
anymore. (see rails -h for the -D option)
- you already discovered the right place to ask: The redmine
board :-)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>