mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Removes the 'Loading seed data' heading from the OSX Native Guide
As far as I understand the pg_dumps are no longer needed.
commit: "remove pg_dumps, no longer needed" 25fc0b9
This commit is contained in:
parent
17f75bbe92
commit
3e898c92a9
1 changed files with 0 additions and 6 deletions
|
@ -174,12 +174,6 @@ Homebrew loves you.
|
|||
git@github.com:discourse/discourse.git ~/discourse
|
||||
cd ~/discourse # Navigate into the repository, and stay there for the rest of this how-to
|
||||
|
||||
### Loading seed data
|
||||
|
||||
From the discource source tree:
|
||||
|
||||
psql -d discourse_development < pg_dumps/development-image.sql
|
||||
|
||||
### What about the config files?
|
||||
|
||||
If you've stuck to all the defaults above, the default `discourse.conf` and `redis.conf` should work out of the box.
|
||||
|
|
Loading…
Reference in a new issue