Skip to content

Instantly share code, notes, and snippets.

View aemc's full-sized avatar
💭
I may be slow to respond.

Ammiel aemc

💭
I may be slow to respond.
  • Google
  • Toronto, ON
View GitHub Profile
@aemc
aemc / installing_cassandra.md
Created June 24, 2017 13:26 — forked from hkhamm/installing_cassandra.md
Installing Cassandra on Mac OS X

Installing Cassandra on Mac OS X

Install Homebrew

Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"