Installing Redmine

Craig White craigwhite at azapple.com
Wed Feb 24 18:24:59 MST 2010


On Wed, 2010-02-24 at 18:13 -0700, Eric Cope wrote:
> sorry. Rack 1.1.0. Its CentOS. Its not my machine, its a production
> web server (VPS) I rent. I was able to install the gem, but now its
> complaing this way...
> 
> RubyGem version error: rack(1.1.0 not ~> 1.0.1)
> 
> My method for installing the gem is via cpanel's whm.
> I do have shell access.
-----
oh - I just caught on to this cpanel junk...

shell access != root access so you might have to execute those commands
(the gem install/update, etc. commands via the cpanel because those all
have to be done as root). The 'gem list --local' can be done as a user.

Also, since you created this with an old/earlier version of rails, when
all the gems are installed/updated, you would likely have to go into the
directory as 'user' and then update using rake.

rake --tasks # gives you a complete list of rake possibilities
rake rails:update # I'm sure you are gonna have to do this after you
                  # install the up to date gems (including rails)

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the PLUG-discuss mailing list