mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
d09f85edf0
commit
9a46f105f2
@ -47,6 +47,17 @@ $ sudo python ez_setup.py -U setuptools
|
|||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
$ sudo easy_install -U gunicorn
|
$ sudo easy_install -U gunicorn
|
||||||
</pre>
|
</pre>
|
||||||
|
<div class="note">
|
||||||
|
<p class="first admonition-title">Note</p>
|
||||||
|
<p>There is a limited support version of Gunicorn that is compatible
|
||||||
|
with Python 2.4. This fork is managed by Randall Leeds and can be
|
||||||
|
found <a class="reference external" href="http://github.com/tilgovi/gunicorn">here on github</a>. To install this version you must specify
|
||||||
|
the full url to something like <tt class="docutils literal">pip</tt>. This hasn't been tested
|
||||||
|
wtih <tt class="docutils literal">easy_install</tt> just yet:</p>
|
||||||
|
<pre class="last literal-block">
|
||||||
|
$ pip install git+http://github.com/tilgovi/gunicorn.git
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="from-source">
|
<div class="section" id="from-source">
|
||||||
<h2><a class="toc-backref" href="#contents">From Source</a></h2>
|
<h2><a class="toc-backref" href="#contents">From Source</a></h2>
|
||||||
|
|||||||
@ -28,6 +28,15 @@ To install or upgrade to the latest released version of Gunicorn::
|
|||||||
|
|
||||||
$ sudo easy_install -U gunicorn
|
$ sudo easy_install -U gunicorn
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
There is a limited support version of Gunicorn that is compatible
|
||||||
|
with Python 2.4. This fork is managed by Randall Leeds and can be
|
||||||
|
found `here on github`_. To install this version you must specify
|
||||||
|
the full url to something like ``pip``. This hasn't been tested
|
||||||
|
wtih ``easy_install`` just yet::
|
||||||
|
|
||||||
|
$ pip install git+http://github.com/tilgovi/gunicorn.git
|
||||||
|
|
||||||
From Source
|
From Source
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
@ -113,6 +122,7 @@ Fingerprint
|
|||||||
.. _`design docs`: design.html
|
.. _`design docs`: design.html
|
||||||
.. _git: http://git-scm.com/
|
.. _git: http://git-scm.com/
|
||||||
.. _Eventlet: http://eventlet.net
|
.. _Eventlet: http://eventlet.net
|
||||||
|
.. _`here on github`: http://github.com/tilgovi/gunicorn
|
||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://gevent.org
|
||||||
.. _libev: http://software.schmorp.de/pkg/libev.html
|
.. _libev: http://software.schmorp.de/pkg/libev.html
|
||||||
.. _Ubuntu: http://www.ubuntu.com/
|
.. _Ubuntu: http://www.ubuntu.com/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user