aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/next_steps.md
blob: 146b0dad949c197a917cd98bf7f6c357e618ca6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: page
title: Next Steps
---
# Next Steps

<p class="lead">
    OK, you've installed a copy of Alaveteli, and can see the site in a browser. What next?
</p>

## 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.

* Get access to the [admin interface]({{ site.baseurl}}docs/running/admin_manual/#administrator-privileges). You can find the
`general.yml` file you'll need to get the `ADMIN_USERNAME` and
`ADMIN_PASSWORD` credentials in the `config` subdirectory of the
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

* 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.

* From the main interface of the site, make a request to the new authority.

* 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.

## Import Public Authorities

Alaveteli can import a list of public authorities and their contact email addresses from a CSV file.

You can find the uploader in under the "Authorities" tab of the admin section, or go straight to `/admin/body/import_csv`.

## Start thinking about customising Alaveteli

Check out [our guide]({{ site.baseurl}}docs/customising/).