1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 03:39:34 +00:00

23 lines
533 B
Plaintext
Raw Normal View History

# Install development dependencies on Mac OS X using Homebrew (http://mxcl.github.com/homebrew)
# ensure that Homebrew's sources are up to date
update
# add this repo to Homebrew's sources
2014-05-27 14:01:08 -05:00
tap homebrew/dupes
# install the gcc compiler required for ruby
install apple-gcc42
# you probably already have git installed; ensure that it is the latest version
install git
# install the PostgreSQL database
install postgresql
# install the Redis datastore
install redis
# install headless Javascript testing library
2014-05-27 14:01:08 -05:00
install phantomjs