Installing 0.6.0rc1

I am new to Ruby/Rails & RubyGem and am trying to install a copy of
radiant 0.6.0rc1 for testing.

I have downloaded the gem from
http://johnwlong.com/downloads/radiant-0.6.0rc1.gem to
c:/ruby/lib/ruby/gems/ however when I use the command

Gem install radiant-0.6.0rc1

I get the error

ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find radiant-0.6.0rc1 (> 0) in any repository

I also tried downloading to a local directory (C:\Radiant6) and using
the command

gem install radiant-0.6.0rc1 --install-dir C:\Radiant6

However I received the same error.

I know I must be missing something obvious, but can’t figure out what.
Can someone please point me in the right direction? I’ve tried looking
in the radiant handbook but that part of the site has been down for a
few days.

Many thanks

Sharon

On 3/7/07, Sharon C. [email protected] wrote:

I am new to Ruby/Rails & RubyGem and am trying to install a copy of
radiant 0.6.0rc1 for testing.

I have downloaded the gem from
http://johnwlong.com/downloads/radiant-0.6.0rc1.gem to
c:/ruby/lib/ruby/gems/ however when I use the command

Gem install radiant-0.6.0rc1

If you manually downloaded the gem, you must supply the extension
(.gem) in the command line.

gem install radiant-0.6.0rc1.gem

I’ll suggest read the instructions from Radiant weblog:

http://radiantcms.org/blog/2007/02/04/radiant-0-6-release-candidate/

Regards,


Luis L.
Multimedia systems

Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi