Merge pull request #1819 from YesThatAllen/patch-1
removing references to .sample configs
This commit is contained in:
commit
090d7e2695
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue