From 18bee9d67e10129c37460055a53c2c71cdf5b374 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Mon, 15 Sep 2014 17:34:47 -0400 Subject: [PATCH] imporoved ubuntu docs --- docs/source/install.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 913a996d..4ef6f65f 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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``