diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-10-15 15:32:00 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-10-15 15:32:00 +0100 |
commit | 5a58797a919d78d50a185633bd61049c75e12f61 (patch) | |
tree | e830641e52cd1ab864dd6f1db7e6a594fed3df64 | |
parent | e945edffc896a8eeb35711ed3534c7808c3c9e60 (diff) |
Update search index after loading sample data
-rw-r--r-- | docs/installing/next_steps.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |