diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index 962ca4be281..ec3c0e9f8a6 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -145,9 +145,10 @@ Homebrew loves you. brew install phantomjs -## Now, test it out! -Copy `config/database.yml.development-sample` and `config/redis.yml.sample` to `config/database.yml` and `config/redis.yml` and input the correct values to point to your postgres and redis instances. If you stuck to all the defaults above, chances are the samples will work out of the box! +If you've stuck to all the defaults above, the default `discourse.conf` and `redis.conf` should work out of the box. + +## Now, test it out! bundle install # Yes, this DOES take a while. No, it's not really cloning all of rubygems :-) rake db:migrate