From ff3028de07be29f1d92d5807784b0777a4eaf678 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Sun, 24 Mar 2013 16:46:28 -0400 Subject: [PATCH] Fix a typo and add a step to DEVELOPER-ADVANCED.md --- docs/DEVELOPER-ADVANCED.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 5468e0fcd94..4e6010ecfd7 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -111,12 +111,13 @@ Edit /etc/postgresql/9.1/main/pg_hba.conf to have this: Load the seed data (as vagrant user): - psql -d discourse_development < pg_dump/development-image.sql + 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 - mkdir /tmp/redis_install cd /tmp/redis_install wget http://redis.googlecode.com/files/redis-2.6.7.tar.gz