문제

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top