The Wayback Machine - https://web.archive.org/web/20220818205219/https://github.com/discourse/discourse/blob/main/Brewfile
Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
# 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'