From 0d058ec7a27010bfefa064e74d1399a44e413cf7 Mon Sep 17 00:00:00 2001 From: Allen Hancock Date: Sun, 12 Jan 2014 02:52:58 -0600 Subject: [PATCH] removing references to .sample configs --- docs/DEVELOPMENT-OSX-NATIVE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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