removing references to .sample configs

This commit is contained in:
Allen Hancock 2014-01-12 02:52:58 -06:00
parent fc9fc1cff7
commit 0d058ec7a2
1 changed files with 3 additions and 2 deletions

View File

@ -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