설치전 필요한 파일
Erlang R14B03 이상 버젼
소스 받기
git clone https://github.com/basho/riak.git
설치하기
cd riak
make all
Node 생성하기
make devrel
Node 실행하기
cd dev/dev1/bin
riak start
제대로 실행 됐는지 확인 방법
ps -ef | grep beam
Node 죽이기
cd dev/dev1/bin
riak stop
Node clustering
cd dev/dev2/bin
riak start
riak-admin join dev1@127.0.0.1
댓글 없음:
댓글 쓰기