Question

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
Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top