Skip to content

Instantly share code, notes, and snippets.

View swaraj's full-sized avatar
☺️

Swaraj swaraj

☺️
View GitHub Profile
@swaraj
swaraj / installing_cassandra.md
Created July 7, 2017 02:52 — 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)"