From db2c2488cbd62730a0c36f0c7905375b978fdf06 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Wed, 9 Sep 2015 16:19:26 +0900 Subject: [PATCH] Remove installation guide for Ubuntu lucid. --- docs/source/install.rst | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 000f741e6..fbc146c36 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -125,44 +125,12 @@ install it in the usual way:: Ubuntu ====== -12.04 or later --------------- - Ubuntu_ 12.04 (trusty) or later contains Gunicorn package by default so that you can install it in the usual way:: $ sudo apt-get update $ sudo apt-get install gunicorn -10.04 through 11.10 -------------------- - -If you use Ubuntu_ 10.04 (lucid) or any version up to 11.10 (oneiric), you can -update your system with packages from our PPA_ by adding ``ppa:gunicorn/ppa`` -to your system's Software 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 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`` - .. _`design docs`: design.html .. _Eventlet: http://eventlet.net @@ -171,4 +139,3 @@ Then run:: .. _Debian: http://www.debian.org/ .. _`Debian Backports`: http://backports.debian.org/ .. _Ubuntu: http://www.ubuntu.com/ -.. _PPA: https://launchpad.net/~gunicorn/+archive/ppa