This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir ~/kafka | |
vagrant init metrics http://files.vagrantup.com/precise64.box | |
vagrant up | |
vagrant ssh | |
sudo apt-get update | |
sudo apt-get install curl | |
sudo apt-get install python-software-properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/graphite-ng/graphite-ng Does not include sufficient installation information, so the below is the steps I followed to get the graphite-ng working (or appearing to work) | |
I first installed golang following the instructions for OS X tarball install http://golang.org/doc/install | |
golang expects workspaces to have a directory structure like | |
graphite-ng/ | |
-src/ | |
-pkg/ | |
-bin/ | |