Project

General

Profile

Actions

Defect #7663

closed

Update Redmine installation notes

Added by Jerry Smith about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2011-02-20
Due date:
% Done:

0%

Estimated time:
Resolution:
No feedback
Affected version:

Description

The installation notes say:

"RubyGems 1.3.1 or higher is required (Rails 2.3.5 will fail with RubyGems 1.5.0 and later, stick to previous versions of RubyGems)"

However, while it is true that Rails 2.3.5 will fail with RubyGems 1.5.0 and later, it is not true that a previous version of RubyGems is required. Even though it is true that "gem install rails" will fail, here is how to successfully install Rails:

gem install rdoc-data
rdoc-data --install
gem rdoc --all --overwrite
gem install rails

This removes the need for using an old version of RubyGems.

I think the installation instructions should be updated to reflect this.

Actions

Also available in: Atom PDF