summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-11-22 15:05:16 +0100
committeryvesf <yvesf-git@xapek.org>2010-11-22 15:05:16 +0100
commita29181b796eb958b601f18a3cfeb9ff102d56af3 (patch)
tree38db5dfb36191549d0f66ef0ec8601fc44492274 /INSTALL
parentce0ff0c1fa0932b1ffda8aba773683ea551fd0e7 (diff)
downloadbooksearch-a29181b796eb958b601f18a3cfeb9ff102d56af3.tar.gz
booksearch-a29181b796eb958b601f18a3cfeb9ff102d56af3.zip
INSTALL: gunicorn
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
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