Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (8 sloc)
316 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
# Install development dependencies on Mac OS X using Homebrew (http://mxcl.github.com/homebrew) | |
# you probably already have git installed; ensure that it is the latest version | |
brew 'git' | |
# install the PostgreSQL database | |
brew 'postgresql' | |
# install the Redis datastore | |
brew 'redis' |