Skip to content

OS X Install Instructions

clarkbw edited this page Jul 21, 2011 · 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

Clone this wiki locally