aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/next_steps.md
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-22 09:38:50 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-22 09:38:50 +0100
commit66e6ab8f647db2f6bbec04907577458a9687362f (patch)
treebf59dfaa40a994946a6d5fe17d494532c7a03cd2 /docs/installing/next_steps.md
parent9f019d22f2f5445bf00ef60b1f4e5770ba224766 (diff)
parentb74120fcb3aa8a7d0516083baf1310a6ab76e5dd (diff)
Merge branch 'gh-pages-gr' into gh-pages
Diffstat (limited to 'docs/installing/next_steps.md')
-rw-r--r--docs/installing/next_steps.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/installing/next_steps.md b/docs/installing/next_steps.md
index 98a661416..44660f5c8 100644
--- a/docs/installing/next_steps.md
+++ b/docs/installing/next_steps.md
@@ -8,8 +8,14 @@ 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
-### Create a superuser account for yourself
+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.
@@ -20,7 +26,7 @@ directory Alaveteli was installed into.
* In the admin interface, go to the 'Users' section and find the account you just created. Promote the account you just created to superuser status by clicking the 'Edit' button and setting the 'Admin level' value to 'super'.
-### Test out the request process
+## Test out the request process
* Create a new public authority in the admin interface - give it a name something like 'Test authority'. Set the request email to an address that you will receive.
@@ -29,6 +35,6 @@ directory Alaveteli was installed into.
* You should receive the request email - try replying to it. Your response email should appear in Alaveteli. Not working? Take a look at our [troubleshooting tips]({{ site.baseurl}}docs/installing/manual_install/#troubleshooting). If that doesn't sort it out, [get in touch]({{ site.baseurl}}community/) on the project mailing list or IRC
for help.
-### Start thinking about customising Alaveteli
+## Start thinking about customising Alaveteli
Check out [our guide]({{ site.baseurl}}docs/customising/).