2019-05-02 18:17:27 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-01-23 22:34:29 -05:00
|
|
|
# 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
|
2015-08-11 13:13:07 -04:00
|
|
|
brew 'git'
|
2014-01-23 22:34:29 -05:00
|
|
|
|
|
|
|
# install the PostgreSQL database
|
2015-08-11 13:13:07 -04:00
|
|
|
brew 'postgresql'
|
2014-01-23 22:34:29 -05:00
|
|
|
|
|
|
|
# install the Redis datastore
|
2015-08-11 13:13:07 -04:00
|
|
|
brew 'redis'
|