mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix readme
This commit is contained in:
parent
f1466ad78f
commit
04bb2c3a51
@ -8,11 +8,11 @@ This is a port of Unicorn (http://unicorn.bogomips.org/) in Python.
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Install from sources :
|
Install from sources::
|
||||||
|
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
Or from Pypi :
|
Or from Pypi::
|
||||||
|
|
||||||
$ easy_install -U gunicorn
|
$ easy_install -U gunicorn
|
||||||
|
|
||||||
@ -42,12 +42,13 @@ For django projects use the `gunicorn_django` command::
|
|||||||
$ cd yourdjangoproject
|
$ cd yourdjangoproject
|
||||||
$ gunicorn_django --workers=2
|
$ gunicorn_django --workers=2
|
||||||
|
|
||||||
For paste-compatible projects (like Pylons) use the `gunicorn_paste` command:
|
For paste-compatible projects (like Pylons) use the `gunicorn_paste` command::
|
||||||
|
|
||||||
$ cd your pasteproject
|
$ cd your pasteproject
|
||||||
$ gunicorn_paste --workers=2 development.ini
|
$ gunicorn_paste --workers=2 development.ini
|
||||||
|
|
||||||
**WARNING**
|
|
||||||
|
**WARNING:**
|
||||||
|
|
||||||
If you get the following error :
|
If you get the following error :
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user