Sha256: 2fe4707105b3d148d4646dbfebf6d4819ea5b40ba61b6c31d4815313c7206415

Contents?: true

Size: 917 Bytes

Versions: 2

Compression:

Stored size: 917 Bytes

Contents

= Ruby OpenID Library Installation

== Dependencies

This library depends on the Ruby Yadis library available at:

http://www.openidenabled.com/yadis/libraries/ruby/about/

Please make sure you have the Yadis library installed, or use
rubygems for installation.

== 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

== Run the test suite

Go into the test directory and execute the *runtests.rb* script.

== Next steps

* Run consumer.rb in the examples directory. 
* Get started writing your own consumer using OpenID::Consumer
* Write your own server with OpenID::Server

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-openid-1.0 INSTALL
ruby-openid-1.0.1 INSTALL