aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-07-18 16:14:00 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:17 +0100
commit020357d24a79109f860871f3dabbc0f998b7a9bf (patch)
tree8cd958fc6ecf619454b04b914ef1d66dfbd8cc74 /docs/installing
parentbf84fd817a33552f76424ff9760db35d9de0ce45 (diff)
Move creating test data to Next Steps page
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/manual_install.md5
-rw-r--r--docs/installing/next_steps.md7
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 34de3a90c..40aede638 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -349,11 +349,6 @@ One of the things the script does is install dependencies (using `bundle
install`). Note that the first time you run it, part of the `bundle install`
that compiles `xapian-full` takes a *long* time!
-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
-
Next, create the index for the search engine (Xapian):
script/rebuild-xapian-index
diff --git a/docs/installing/next_steps.md b/docs/installing/next_steps.md
index a0655e74d..44660f5c8 100644
--- a/docs/installing/next_steps.md
+++ b/docs/installing/next_steps.md
@@ -8,6 +8,13 @@ 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
+
+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
+
## 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.