Skip to content

Instantly share code, notes, and snippets.

View hajunho's full-sized avatar
🆗

Juno hajunho

🆗
View GitHub Profile
@hajunho
hajunho / installing_cassandra.md
Created September 30, 2016 14:58 — 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)"