Skip to content

Instantly share code, notes, and snippets.

View PharkMillups's full-sized avatar

Mark Phillips PharkMillups

  • Helium
  • Boston / San Francisco
View GitHub Profile

npm install riak-js@0.9.0

npm install riak-js@0.9.0

$ npm install riak-js@0.9.0

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

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"
install Riak
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
@PharkMillups
PharkMillups / Riak Cluster Bombs.md
Created October 2, 2012 16:59
A list of things that happen to Riak clusters that require less-than-obvious fixes
Use this gist -> https://gist.github.com/453a517a0d7c8b7963af
@PharkMillups
PharkMillups / Riak Cluster Bombs
Created October 2, 2012 16:59
A list of things that happen to Riak clusters that require less-than-obvious fixes
# Riak Cluster Edge Cases
A list of scenarios seen in the wild that need to be documented by the Riak Community. The goal is to enumarate everything that can and does go wrong with cluster and node related activities, record what/when/how it happens, and either file bugs to make Riak better or document the best practices for dealing with the scenarios.
h/t to Chad Depue and Nathan Aschbacher for getting this started
### Scenarios
@PharkMillups
PharkMillups / Riak Cluster Bombs
Created October 2, 2012 16:58
A list of things that happen to Riak clusters that require less-than-obvious fixes
# Riak Cluster Edge Cases
A list of scenarios seen in the wild that need to be documented by the Riak Community. The goal is to enumarate everything that can and does go wrong with cluster and node related activities, record what/when/how it happens, and either file bugs to make Riak better or document the best practices for dealing with the scenarios.
h/t to Chad Depue and Nathan Aschbacher for getting this started
### Scenarios