Skip to content

OS X Install Instructions

mburns edited this page Aug 5, 2012 · 2 revisions

OS X Install Instructions

On Mac OS X we support the homebrew system of ports for installing packages.

update homebrew dependencies

Just to make sure, lets update homebrew and your currently installed packages

brew update
brew upgrade

Installing node

brew install node

Installing redis

brew install redis

Running redis

Get the correct instructions for running redis and run it in a separate terminal

brew info redis