Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created July 1, 2011 04:22
Show Gist options
  • Save pjkelly/1057863 to your computer and use it in GitHub Desktop.
Save pjkelly/1057863 to your computer and use it in GitHub Desktop.

On the iMac:

brew install --HEAD --force riak -v

On the MacBook

brew update
# get Erlang R14B03
brew install erlang
# install the HEAD riak (and NOT also install HEAD Erlang.)
brew install --HEAD --ignore-dependencies riak -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment