This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/Brewfile

17 lines
410 B
Ruby

# Install development dependencies on Mac OS X using Homebrew (http://mxcl.github.com/homebrew)
# add this repo to Homebrew's sources
tap 'homebrew/dupes'
# install the gcc compiler required for ruby
brew 'apple-gcc42'
# 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'