mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 22:14:44 +08:00
Remove documentation references to "pg_dumps/development-image.sql".
There is no such file. Seeding is accomplised via the rake tasks as of 9ab743f351e612830a27afaab8e9b3ddd59da9e2.
This commit is contained in:
@ -103,12 +103,6 @@ Edit /etc/postgresql/9.1/main/pg_hba.conf to have this:
|
||||
host all all ::1/128 trust
|
||||
host all all 0.0.0.0/0 trust # wide-open
|
||||
|
||||
Load the seed data (as vagrant user):
|
||||
|
||||
psql -d discourse_development < pg_dumps/development-image.sql
|
||||
|
||||
(You may wish to try the `production-image.sql` file for a good seed for a production database.)
|
||||
|
||||
## Redis
|
||||
|
||||
sudo su -
|
||||
|
Reference in New Issue
Block a user