Skip to content

Instantly share code, notes, and snippets.

@adamhunter
Forked from bigfleet/ruby-riak
Created February 19, 2010 14:34

Revisions

  1. adamhunter revised this gist Feb 19, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ruby-riak
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    # curl http://gist.github.com/raw/308745/107168665a46decd540dd1c5d50ccdd82eb01051/ruby-riak | sh

    brew install erlang wget
    curl http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz | tar zxvf
    curl http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz | tar zx
    cd riak && make all rel
    cd rel/riak && bin/riak start
    wget http://bitbucket.org/basho/riak/raw/67c55dfd44f5/client_lib/jiak.rb
  2. adamhunter revised this gist Feb 19, 2010. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ruby-riak
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    #!/bin/bash
    # On OS X? Installed homebrew already? Interested in Riak? Get familiar!
    # This command in your terminal should be a one-stop shop.
    # curl http://gist.github.com/raw/290696/e8159440a9a48ac7dfe9d98bfbdac955fda79208/ruby-riak | sh
    # curl http://gist.github.com/raw/308745/107168665a46decd540dd1c5d50ccdd82eb01051/ruby-riak | sh

    brew install erlang wget
    curl http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz | tar zxvf riak-0.8.tar.gz
    curl http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz | tar zxvf
    cd riak && make all rel
    cd rel/riak && bin/riak start
    wget http://bitbucket.org/basho/riak/raw/67c55dfd44f5/client_lib/jiak.rb
  3. adamhunter revised this gist Feb 19, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ruby-riak
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    # curl http://gist.github.com/raw/290696/e8159440a9a48ac7dfe9d98bfbdac955fda79208/ruby-riak | sh

    brew install erlang wget
    wget http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz && tar zxvf riak-0.8.tar.gz
    curl http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz | tar zxvf riak-0.8.tar.gz
    cd riak && make all rel
    cd rel/riak && bin/riak start
    wget http://bitbucket.org/basho/riak/raw/67c55dfd44f5/client_lib/jiak.rb
  4. @bigfleet bigfleet revised this gist Feb 19, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ruby-riak
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    #!/bin/bash
    # On OS X? Installed homebrew already? Interested in Riak? Get familiar!
    # This command in your terminal should be a one-stop shop.
    # curl http://gist.github.com/raw/290696/ad5c991c0c3a5f0376fafe2f7fa642c0660ed669/ruby-riak | sh
    # curl http://gist.github.com/raw/290696/e8159440a9a48ac7dfe9d98bfbdac955fda79208/ruby-riak | sh

    brew install erlang wget
    wget http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz && tar zxvf riak-0.8.tar.gz
  5. @bigfleet bigfleet revised this gist Feb 19, 2010. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ruby-riak
    Original file line number Diff line number Diff line change
    @@ -4,8 +4,8 @@
    # curl http://gist.github.com/raw/290696/ad5c991c0c3a5f0376fafe2f7fa642c0660ed669/ruby-riak | sh

    brew install erlang wget
    wget http://bitbucket.org/basho/riak/get/riak-0.7.1.tar.gz && tar zxvf riak-0.7.1.tar.gz
    wget http://bitbucket.org/basho/riak/get/riak-0.8.tar.gz && tar zxvf riak-0.8.tar.gz
    cd riak && make all rel
    cd rel/riak && bin/riak start
    wget http://hg.basho.com/riak/raw/d09d57068039/client_lib/jiak.rb
    wget http://bitbucket.org/basho/riak/raw/67c55dfd44f5/client_lib/jiak.rb
    ruby jiak.rb
  6. @bigfleet bigfleet revised this gist Jan 30, 2010. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ruby-riak
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    #!/bin/bash
    # On OS X? Installed homebrew already? Interested in Riak? Get familiar!
    # This command in your terminal should be a one-stop shop.
    # curl http://gist.github.com/raw/290696/ad5c991c0c3a5f0376fafe2f7fa642c0660ed669/ruby-riak | sh

    brew install erlang wget
    wget http://bitbucket.org/basho/riak/get/riak-0.7.1.tar.gz && tar zxvf riak-0.7.1.tar.gz
  7. @bigfleet bigfleet created this gist Jan 30, 2010.
    9 changes: 9 additions & 0 deletions ruby-riak
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    #!/bin/bash
    # On OS X? Installed homebrew already? Interested in Riak? Get familiar!

    brew install erlang wget
    wget http://bitbucket.org/basho/riak/get/riak-0.7.1.tar.gz && tar zxvf riak-0.7.1.tar.gz
    cd riak && make all rel
    cd rel/riak && bin/riak start
    wget http://hg.basho.com/riak/raw/d09d57068039/client_lib/jiak.rb
    ruby jiak.rb