Revisions
-
adamhunter revised this gist
Feb 19, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 zx cd riak && make all rel cd rel/riak && bin/riak start wget http://bitbucket.org/basho/riak/raw/67c55dfd44f5/client_lib/jiak.rb -
adamhunter revised this gist
Feb 19, 2010 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/308745/107168665a46decd540dd1c5d50ccdd82eb01051/ruby-riak | sh brew install erlang wget 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 -
adamhunter revised this gist
Feb 19, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 -
bigfleet revised this gist
Feb 19, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/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 -
bigfleet revised this gist
Feb 19, 2010 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.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 ruby jiak.rb -
bigfleet revised this gist
Jan 30, 2010 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
bigfleet created this gist
Jan 30, 2010 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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