Skip to content

simonvc/riak-dev-cluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riak Dev Cluster for OS X

Easily run a 5-node Riak cluster on OS X.

Getting started

Clone the repository:

$ git clone git://github.com/simonvc/riak-dev-cluster.git

Go to the riak-dev-cluster directory:

$ cd riak-dev-cluster

There is a bootstrap command available that installs, starts and joins the riak cluster in one go:

$ rake bootstrap

Control commands

Start all nodes:

$ rake start

Join all nodes as a cluster (only needed once):

$ rake join

Stop all nodes:

$ rake stop

Clear all data and restart the cluster:

$ rake clear

You can also install riaknostic (the riak-admin diag command): $ rake install_riaknostic

Other commands

See all available commands:

$ rake -T

Note

Depending on your erlang cookie, you may have to use the commands with sudo.

Authors

Updates by:

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%