From 6e46b6fddbb63c97057230a0b6257cab5dad1391 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 18 Oct 2015 19:54:57 +0200 Subject: [PATCH] Updated requirements documentation --- doc/admin/installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/admin/installation.rst b/doc/admin/installation.rst index 392823aab0..f5d45bedff 100644 --- a/doc/admin/installation.rst +++ b/doc/admin/installation.rst @@ -30,6 +30,13 @@ Optionally, you can speed up pretix by adding * A memcached instance * A redis database +* A celery background task-queue (using redis or RabbitMQ for messaging) + +Depending on your choice at this options, you should also install ``pip install -r requirements/.txt`` +where ```` is one of ``celery``, ``memcached``, ``mysql``, ``postgres`` or ``redis``. + +If you want to use one of the payment providers shipping with pretix, you should also install +``pip install -r requirements/.txt`` where ```` is one of ``banktransfer``, ``paypal`` or ``stripe``. We will provide a step-by-step tutorial with the first stable release, but all configuration already :ref:`is documented `. \ No newline at end of file