mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update installation doc. add debian systems supports
This commit is contained in:
parent
957591f4a2
commit
0a2585fdc0
@ -89,6 +89,23 @@ $ python setup.py develop
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="installing-on-ubuntu-debian-systems">
|
||||
<h1>Installing on Ubuntu/Debian systems</h1>
|
||||
<p>If you use <a class="reference external" href="http://www.ubuntu.com/">ubuntu</a> karmic, you can update your system with packages from our <a class="reference external" href="https://launchpad.net/~bchesneau/+archive/gunicorn">PPA</a> by adding ppa:bchesneau/gunicorn to your system's Software Sources.</p>
|
||||
<p>Or this PPA can be added to your system manually by copying the lines below and adding them to your system's software sources:</p>
|
||||
<pre class="literal-block">
|
||||
deb http://ppa.launchpad.net/bchesneau/gunicorn/ubuntu karmic main
|
||||
deb-src http://ppa.launchpad.net/bchesneau/gunicorn/ubuntu karmic main
|
||||
</pre>
|
||||
<p>Signing key:</p>
|
||||
<pre class="literal-block">
|
||||
1024R/15E5EB06
|
||||
</pre>
|
||||
<p>Fingerprint:</p>
|
||||
<pre class="literal-block">
|
||||
49AEEDFF5CDCD82CEA8AB4DABC981A8115E5EB06
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@ -48,3 +48,21 @@ Installation
|
||||
If you've cloned the git repository, its highly recommended that you use the ``develop`` command which will allow you to use Gunicorn from the source directory. This will allow you to keep up to date with development on GitHub as well as make changes to the source::
|
||||
|
||||
$ python setup.py develop
|
||||
|
||||
Installing on Ubuntu/Debian systems
|
||||
-----------------------------------
|
||||
|
||||
If you use `ubuntu <http://www.ubuntu.com/>`_ karmic, you can update your system with packages from our `PPA <https://launchpad.net/~bchesneau/+archive/gunicorn>`_ by adding ppa:bchesneau/gunicorn to your system's Software Sources.
|
||||
|
||||
Or this PPA can be added to your system manually by copying the lines below and adding them to your system's software sources::
|
||||
|
||||
deb http://ppa.launchpad.net/bchesneau/gunicorn/ubuntu karmic main
|
||||
deb-src http://ppa.launchpad.net/bchesneau/gunicorn/ubuntu karmic main
|
||||
|
||||
Signing key::
|
||||
|
||||
1024R/15E5EB06
|
||||
|
||||
Fingerprint::
|
||||
|
||||
49AEEDFF5CDCD82CEA8AB4DABC981A8115E5EB06
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user