mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-13 05:03:16 +08:00
10 lines
285 B
Ruby
Vendored
10 lines
285 B
Ruby
Vendored
# 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'
|