Skip to content

Instantly share code, notes, and snippets.

@viglesiasce
Created July 15, 2013 00:14
Show Gist options
  • Select an option

  • Save viglesiasce/5996722 to your computer and use it in GitHub Desktop.

Select an option

Save viglesiasce/5996722 to your computer and use it in GitHub Desktop.
Install Riak CS CentOS 6
#!/bin/bash -xe
package=basho-release-5-1.noarch.rpm
wget http://yum.basho.com/gpg/$package -O /tmp/$package
rpm -ivh /tmp/$package
yum install -y riak riak-cs stanchion
ulimit -n 4096
riak start
riak-cs start
stanchion start
riak-cs ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment