I'm trying to install Redmine on CentOS 5 following the instructions on the Redmine wiki. I've gotten to the "Configure Apache to host the documents" step without errors. That links to another tutorial, and the fifth step is to edit the Rails path, but I don't have Rails at the specified path. Where can I find it?
|
feedback
|
migrated from webapps.stackexchange.com Jan 7 at 22:37
This question came from our site for power users of web applications.
whereis ruby,which rubyorlocate rubyto see where ruby is installed and where the library files are. – hesse Jan 7 at 23:21