From a29181b796eb958b601f18a3cfeb9ff102d56af3 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 15:05:16 +0100 Subject: INSTALL: gunicorn --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index d7f5320..1c5e9b6 100644 --- a/INSTALL +++ b/INSTALL @@ -36,3 +36,11 @@ Run Webapp Check your whoosh version: http://bitbucket.org/mchaput/whoosh/issue/48/temp-directories-are-not-deleted-when + +Using gunicorn + $ pip install gunicorn + $ pip install eventlet + $ gunicorn -w `getconf _NPROCESSORS_ONLN` web:app + # http://localhost:8000 + + gunicorn -- cgit v1.2.1