mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
removing references to .sample configs
This commit is contained in:
parent
fc9fc1cff7
commit
0d058ec7a2
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue