You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luke Bakken edited this page Jun 11, 2015
·
3 revisions
This article will show you how you can include the Riak NodeJS Client in your project in preparation for communicating with your Riak cluster.
Note: Please use the --recursive git option or run git submodule update --init after cloning as a couple submodules are used. Thanks!
NPM
The easiest way to install libraries in your project is to use NPM. The Riak NodeJS Client has an NPM package package available which can be installed directly into your project's packages.json file:
npm install --save basho-riak-client
GitHub
All of the binary releases, along with the dependencies, are also available directly from the GitHub releases download page.
Source Code
If you're doing this, you're a developer who probably doesn't need much hand-holding, so we'll keep this bit brief. Get yourself a git client and type: