summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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