Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library Ruby 1.1
Community Wiki and Resources
Download Client Library
RDoc
Ruby Client Library
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1 Getting Started
Chapter Sections
Chapters

1.1. Installing the Couchbase Client Library

Before continuing you should ensure you have a working Ruby environment up and running. We recommend the following:

You can verify that Ruby and RubyGems are installed by typing the following commands:

shell> ruby -v

and

shell> gem --version

The Ruby version should be 1.8.7 or higher. Rubygems must be 1.3.6 or higher.

  1. Install the package libevent.

  2. Then install the Couchbase C Client library, libcouchbase

  3. The next step is to install libvbucket which is also part of the Couchbase client library.

  4. You may need to install rubygems as well, if not already installed.

  5. Once you have Rubygems installed you can simply use it to install Couchbase as below.

    shell> gem install couchbase