RethinkDB using Vagrant

September 5, 2014 ยท View on GitHub

Install RethinkDB using Vagrant.

Quick Start -- One Liner

git clone git://github.com/RyanAmos/rethinkdb-vagrant.git && \
  cd rethinkdb-vagrant && \
  ./rethinkdb.sh

RethinkDB Dashboard

By default, you access the dashboard here:
http://localhost:8080/

Contents

  1. 1Quick Start -- One Liner
  2. 2RethinkDB Dashboard