A vagrantfile for setting up a rethinkdb cluster.
vagrant up /rt*/
vagrant destroy /rt*/ -f
Nodes will be named rt1 - rt4
vagrant ssh rt1
The webui will be accessible as http://192.168.175.100:8080
A heroes.tar.gz is included in this git repo as a sample data set.
vagrant ssh rt1
rethinkdb restore heroes.tar.gz