Skip to content

Instantly share code, notes, and snippets.

View mischiedorian's full-sized avatar

Mischie Dorian-Cristian mischiedorian

  • ING Hubs
  • Bucharest
View GitHub Profile
@mischiedorian
mischiedorian / installing_cassandra.md
Created January 25, 2021 19: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)"