Skip to content

Instantly share code, notes, and snippets.

View nrocine's full-sized avatar

Nils Rocine nrocine

View GitHub Profile
@nrocine
nrocine / Installation of Kafka
Created January 9, 2014 18:15
Installation of Kafka on Vagrant Ubuntu Base Box. We may not want to use the ppa:webupd8team/java PPA to install HotSpot JDK. http://kafka.apache.org/documentation.html#quickstart
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
@nrocine
nrocine / Installation of graphite-ng on OS X (10.9.1)
Last active January 2, 2016 10:19
Installation of graphite-ng on OS X (10.9.1)
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/