I am trying to install redmine on my Centos 5.8 box per
HowTo install Redmine on CentOS 5 - Redmine.
Redmine is based on the Ruby on Rails framework. I’ve requested help on
that site but haven’t been able to get any help. I feel like a baby,
but please please please help.
EDIT - CAN’T FIGURE OUT HOW TO DO HYPER LINES ON THIS FORUM, SO HERE IS
THE FULL LINK IN TWO SECTIONS
/wiki/HowTo_install_Redmine_on_CentOS_5
I went with:
ruby-1.8.7.p358.tar.gz (per the article)
rubygems-1.4.2.tgz (per the article)
redmine-2.0.3.tar.gz (instead of redmine-1.3.2.tar.gz as done with the
tutorial)
Then when I got to the bundle install part…
[root@vps redmine]# bundle install
You cannot specify the same gem twice with different version
requirements. You specified: i18n (~> 0.6.0) and i18n (= 0.4.2)
So I comment out gem “i18n”, “0.4.2” in /home/site1/redmine/Gemfile
[root@vps redmine]# bundle install
You cannot specify the same gem twice with different version
requirements. You specified: coderay (~> 1.0.6) and coderay (~> 0.9.7)
So I comment out gem “coderay”, “~>0.9.7” in /home/site1/redmine/Gemfile
[root@vps redmine]# bundle install
Fetching gem metadata from http://rubygems.org/…
Fetching gem metadata from http://rubygems.org/…
Bundler could not find compatible versions for gem “rack”:
In Gemfile:
rails (= 3.2.6) ruby depends on
rack (~> 1.4.0) ruby
rack (1.1.0)
Could anyone help? Please please please again (dang, I am a baby). Thank
you