mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
imporoved ubuntu docs
This commit is contained in:
parent
7f06d39b7f
commit
18bee9d67e
@ -125,21 +125,27 @@ Ubuntu
|
||||
|
||||
If you use Ubuntu_, you can update your system with packages from
|
||||
our PPA_ by adding ``ppa:gunicorn/ppa`` to your system's Software
|
||||
Sources. Use the ``apt-add-repository`` command from the
|
||||
``python-software-properties`` package to add the Gunicorn software source.
|
||||
|
||||
::
|
||||
Sources::
|
||||
|
||||
$ sudo apt-get install python-software-properties
|
||||
$ sudo apt-add-repository ppa:gunicorn/ppa
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install gunicorn
|
||||
|
||||
Or this PPA can be added to your system manually by copying the lines below
|
||||
and adding them to your system's software sources::
|
||||
and adding them to your system's software sources in ``/etc/apt/sources.list``::
|
||||
|
||||
deb http://ppa.launchpad.net/gunicorn/ppa/ubuntu lucid main
|
||||
deb-src http://ppa.launchpad.net/gunicorn/ppa/ubuntu lucid main
|
||||
|
||||
Replace *lucid* with your Ubuntu distribution series.
|
||||
|
||||
Then run::
|
||||
|
||||
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5370FF2A
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install gunicorn
|
||||
|
||||
:Signing key: ``1024R/5370FF2A``
|
||||
:Fingerprint: ``FC7B41B54C9B8476D9EC22A2C6773E575370FF2A``
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user