| Path: | INSTALL |
| Last Update: | Mon Jun 11 14:32:08 -0700 2007 |
This library depends on the Ruby Yadis library available at:
www.openidenabled.com/yadis/libraries/ruby/about/
Please make sure you have the Yadis library installed, or use rubygems for installation.
Unpack the archive and run setup.rb (you may need to be root)
ruby setup.rb
setup.rb installs the library into your system ruby. If don‘t want to add openid to you system ruby, make sure to add the lib directory of the extracted tarball to your RUBYLIB environment variable.
Make sure everything installed ok:
$> irb irb(main):001:0> require "openid/consumer" => true
Go into the test directory and execute the *runtests.rb* script.