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