Fundraising in PDF.
[wolnelektury.git] / doc / advanced-setup.rst
1 ==============
2 Advanced setup
3 ==============
4
5 Changing database backend
6 -------------------------
7
8 The project does not rely on any features specific to a database backend, so you can choose
9 any of the :django:`backends supported by Django <topics/install/#get-your-database-running>`.
10
11
12 Search engine
13 -------------
14
15 .. todo::
16
17    Setting up Solr to be documented.
18     
19
20 Task queue
21 ----------
22
23 Some tasks (like generating e-books) run in a seperate
24 Celery process by default, so you'll also need to run::
25
26     celery -A wolnelektury worker --loglevel=INFO
27
28
29
30 Generating PDF files
31 --------------------
32
33 .. todo::
34
35    To be documented.
36
37
38 Generating EPUB files
39 ---------------------
40
41 .. todo::
42
43    To be documented.
44
45
46 Generating MOBI files
47 ---------------------
48
49 .. todo::
50
51    To be documented.