From e945edffc896a8eeb35711ed3534c7808c3c9e60 Mon Sep 17 00:00:00 2001
From: Gareth Rees
Date: Wed, 15 Oct 2014 15:31:40 +0100
Subject: Use consistent heading
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The script loads “sample” data so the heading should say the same
---
docs/installing/next_steps.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/installing/next_steps.md b/docs/installing/next_steps.md
index 44660f5c8..7763ede2b 100644
--- a/docs/installing/next_steps.md
+++ b/docs/installing/next_steps.md
@@ -8,7 +8,7 @@ title: Next Steps
OK, you've installed a copy of Alaveteli, and can see the site in a browser. What next?
-## Load test data
+## Load sample data
If you want some dummy data to play with, you can try loading the fixtures that
the test suite uses into your development database. You can do this with:
--
cgit v1.2.3
From 5a58797a919d78d50a185633bd61049c75e12f61 Mon Sep 17 00:00:00 2001
From: Gareth Rees
Date: Wed, 15 Oct 2014 15:32:00 +0100
Subject: Update search index after loading sample data
---
docs/installing/next_steps.md | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'docs')
diff --git a/docs/installing/next_steps.md b/docs/installing/next_steps.md
index 7763ede2b..cd024343f 100644
--- a/docs/installing/next_steps.md
+++ b/docs/installing/next_steps.md
@@ -15,6 +15,10 @@ the test suite uses into your development database. You can do this with:
script/load-sample-data
+You should then update the Xapian search index for the new data:
+
+ script/update-xapian-index
+
## Create a superuser account for yourself
* Sign up for a new account on the site. You should receive a confirmation email. Click on the link in it to confirm the account.
--
cgit v1.2.3