2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/Brewfile

11 lines
285 B
Text
Raw Normal View History

# 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'