INSTALL

Path: INSTALL
Last Update: Tue Aug 10 20:07:15 -0600 2010

Ruby YADIS Library 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 yadis 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 "yadis"
 => true

Run the test suite

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

[Validate]