diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-10-16 12:00:17 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-10-16 12:00:17 +0100 |
commit | 1336ac8045f1be8214a730b95c310b85f10c5c6d (patch) | |
tree | 1751846c56bb5c5229d6651a92617a74c8d23c4c /docs/installing/next_steps.md | |
parent | 6feb5c459d17418a1ff6a6841ba826f71823f1f6 (diff) | |
parent | 5a58797a919d78d50a185633bd61049c75e12f61 (diff) |
Merge branch 'load-sample-data' into gh-pages
Diffstat (limited to 'docs/installing/next_steps.md')
-rw-r--r-- | docs/installing/next_steps.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/installing/next_steps.md b/docs/installing/next_steps.md index 44660f5c8..cd024343f 100644 --- a/docs/installing/next_steps.md +++ b/docs/installing/next_steps.md @@ -8,13 +8,17 @@ title: Next Steps OK, you've installed a copy of Alaveteli, and can see the site in a browser. What next? </p> -## 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: 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. |