Skip to content

Instantly share code, notes, and snippets.

View withattribution's full-sized avatar
🦩

Alberto Tafoya withattribution

🦩
View GitHub Profile
@withattribution
withattribution / install.md
Last active August 10, 2018 13:44 — forked from Micka33/install.md
cassandra on mac OSX

Installing Cassandra on Mac OS X

TLDR; use CCM instead

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)"