How can i connect to riak from erlang shell.
I followed this site "https://github.com/basho/riak-erlang-client" but can't figured it out. please help me to connect to riak from erlang shell.
I don't know how to give the path to it
erl -pa $PATH_TO_RIAKC/ebin $PATH_TO_RIAKC/deps/*/ebin
Problem was solved. For future guests: Riak needs to be downloaded and installed through make file with
$ git clone git://github.com/basho/riak-erlang-client.git
$ cd riak-erlang-client
$ make