From 3c3e24814b827c83c244cdd4f04e41592a0dfb9c Mon Sep 17 00:00:00 2001 From: Alexander Quine Date: Wed, 30 Apr 2014 21:08:56 -0700 Subject: [PATCH] remove another reference to now-extinct db dumps --- docs/DEVELOPER-ADVANCED.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 17be528486a..3ff8b4f23fb 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -13,7 +13,6 @@ Note: If you are developing on a Mac, you will probably want to look at [these i 5. Clone the project and bundle. 6. Copy `config/database.yml.development-sample` to `config/database.yml`. Copy `config/redis.yml.sample` to `config/redis.yml`. Edit the files to point to your postgres and redis instances. 7. Create the "vagrant" user and the development and test databases in postgres. See the postgres section in "Building your own Vagrant VM", below. -8. Install the seed data to set up an admin account and meta topic: `psql DATABASE_NAME < pg_dumps/production-image.sql` ## Before you start Rails