diff options
author | yvesf <yvesf-git@xapek.org> | 2010-11-22 15:05:16 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-11-22 15:05:16 +0100 |
commit | a29181b796eb958b601f18a3cfeb9ff102d56af3 (patch) | |
tree | 38db5dfb36191549d0f66ef0ec8601fc44492274 /INSTALL | |
parent | ce0ff0c1fa0932b1ffda8aba773683ea551fd0e7 (diff) | |
download | booksearch-a29181b796eb958b601f18a3cfeb9ff102d56af3.tar.gz booksearch-a29181b796eb958b601f18a3cfeb9ff102d56af3.zip |
INSTALL: gunicorn
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 |