October 16, 2012
We are pleased to announce that Riak package repositories for Riak downloads are now available! Hopefully this makes installing Riak even easier. Here’s the summary of what’s currently available:
RHEL 5 and clones
package=basho-release-5-1.noarch.rpm && wget http://yum.basho.com/gpg/$package -O /tmp/$package && sudo rpm -ivh /tmp/$package
RHEL 6 and clones
package=basho-release-6-1.noarch.rpm && wget http://yum.basho.com/gpg/$package -O /tmp/$package && sudo rpm -ivh /tmp/$package
then install riak
sudo yum install riak
Debian / Ubuntu:
get the signing key:
curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -
add the repository to your system:
sudo bash -c "echo deb http://apt.basho.com lsb_release -sc
main > /etc/apt/sources.list.d/basho.list"
then install Riak
sudo apt-get update
sudo apt-get install riak
This information will soon be added to the Riak Docs, but we couldn’t wait to share the good news.
Enjoy and thanks for being a part of Riak.