Skip to content

nivertech/riak-dev-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riak Dev Cluster for OS X

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

Getting started

There is a bootstrap script 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

Other commands

See all available commands:

$ rake -T

Note

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

Authors

Releases

No releases published

Packages

No packages published