diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index d8ff5d5ee74..17be528486a 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -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 - diff --git a/script/osx_dev b/script/osx_dev index d517548b9fb..424e25e14ce 100755 --- a/script/osx_dev +++ b/script/osx_dev @@ -87,10 +87,6 @@ fi brew services start redis -## Load seed data ## -echo "Loading seed data..." -psql -d discourse_development < pg_dumps/development-image.sql - ## Install gems ## echo "Installing gems..." bundle install @@ -103,4 +99,4 @@ rake db:seed_fu ## Run tests ## echo "Done! Running tests..." -bundle exec rspec \ No newline at end of file +bundle exec rspec