LoginSignup
3
0

More than 5 years have passed since last update.

Ubuntu16.04にriakを入れます😉

Posted at

Riakのインストール

curl -s https://packagecloud.io/install/repositories/basho/riak/script.deb.sh | sudo bash
sudo apt-get install riak=2.2.3-1

riak.confのバックアップ

  • cp -a /etc/riak/riak.conf /etc/riak/riak.conf.bak

riak.confの設定

  1. sudo vim /etc/riak/riak.conf
  2. riak.confを編集
riak.conf
storage_backend = leveldb
nodename = riak@192.168.0.111 ## サーバのIP
listener.http.internal = 0.0.0.0:8098
listener.protobuf.internal = 0.0.0.0:8087
riak_control.auth.user.admin.password = naruhaya

起動

sudo riak start

参考

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0