This repo is meant to accompany a demo of how to use Vagrant and Chef to build an Linux server running Graphite and StatsD.
The demo was given at the Seattle DevOps meetup on July 31st, 2012 at OpsCode headquarters in downtown Seattle.
- Install Oracle Virtual Box
- Install Vagrant
$ git clone https://github.com/automatedlabs/graphite-demo.git
$ cd graphite-demo
$ vagrant up
Navigate to http://localhost:18080 and you should see the Graphite front-end
TODO