From 53bd1266b6c7fc799fea35df59bad93baf0a4418 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Tue, 5 Sep 2017 01:35:08 +0200 Subject: [PATCH] [FIX] doc: mention psycogreen dependency for gevent worker --- doc/setup/deploy.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/setup/deploy.rst b/doc/setup/deploy.rst index 9197afe839f..35d0d4705a3 100644 --- a/doc/setup/deploy.rst +++ b/doc/setup/deploy.rst @@ -126,6 +126,10 @@ Instead you must have a proxy redirecting requests whose URL starts with ``/longpolling/`` to the longpolling port. Other request should be proxied to the :option:`normal HTTP port ` +.. warning:: The livechat worker requires the ``psycogreen`` Python module, + which is not always included with all installation packages. + It can be manually installed with ``pip install psycogreen``. + Odoo as a WSGI Application ==========================