Ruby on Rails, Litespeed, Fedora Core 4

#1
Hello,

I think I've successfully installed Ruby on Rails 1.8.5 and LiteSpeed 3.2.1 Std. I'm trying to run an application called Redmine (http://www.redmine.org) but I have no idea how to get it to display in the browser.

When I go to the default browser location http://www.domain.com:8088/ it shows the default Ruby page. How can I get it to run Redmine? I'm new to all of this so please go slow.

Thanks!
 
#3
I tried that, and I'm now getting a 404 Not Found error. In the log file, I see this:

2007-08-20 17:17:12.043 NOTICE [Child: 6092] LiteSpeed/3.2.1 Standard starts successfully!
2007-08-20 17:17:12.043 NOTICE [AutoRestarter] new child process with pid=6092 is forked!
2007-08-20 17:17:13.101 NOTICE [AutoUpdate] Checking for new releases...
2007-08-20 17:17:13.200 INFO [AutoUpdate] No new update.
2007-08-20 17:17:13.200 NOTICE [Child: 27782] Shut down successfully!
2007-08-20 17:17:13.200 NOTICE [phpLsapi] stop worker processes
2007-08-20 17:17:13.200 NOTICE [Rails:redmine:/] stop worker processes
2007-08-20 17:17:13.200 NOTICE [AdminPHP] stop worker processes
 
Top