diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |