Defect #7663
closedUpdate Redmine installation notes
0%
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.
Updated by Etienne Massip about 14 years ago
Could you update the RedmineInstall wiki page accordingly by yourself, please ?
I'm not sure to get what you want to mean and I don't understand how these commands would solve the issue ?
Updated by Jean-Baptiste Barth about 14 years ago
Please read carefully #7516 (rubygems 1.5.x support) and tell us if there's something wrong in this ticket, because as far as I know, the problem was not only with rails install but also with all rake tasks.
Can you tell us if you have a way to make everything work with Redmine 1.1.x-stable and Rubygems 1.5.x ? Anyway, it should be fixed with Redmine 1.2.0.
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to No feedback