Merge pull request #546 from jet-sun/patch-1

Update install.rst for Debian wheezy release
This commit is contained in:
Randall Leeds 2013-07-03 01:34:27 -07:00
commit 1b96a9b853

View File

@ -109,10 +109,31 @@ advantages:
rolled back in case of incompatibility. The package can also be purged
entirely from the system in seconds.
Stable ("squeeze")
Stable ("wheezy")
------------------
The version of Gunicorn in the Debian_ "stable" distribution is 0.10.0 (July
The version of Gunicorn in the Debian_ "stable" distribution is 0.14.5 (June
2012). You can install it using::
$ sudo apt-get install gunicorn
You can also use the most recent version by using `Debian Backports`_.
First, copy the following line to your ``/etc/apt/sources.list``::
deb http://backports.debian.org/debian-backports wheezy-backports main
Then, update your local package lists::
$ sudo apt-get update
You can then install the latest version using::
$ sudo apt-get -t wheezy-backports install gunicorn
Oldstable ("squeeze")
---------------------
The version of Gunicorn in the Debian_ "oldstable" distribution is 0.10.0 (July
2010). It is not recommended that you use this version.
However, you can use the most recent version by using `Debian Backports`_.
@ -128,10 +149,10 @@ You can then install the latest version using::
$ sudo apt-get -t squeeze-backports install gunicorn
Testing ("wheezy") / Unstable ("sid")
Testing ("jessie") / Unstable ("sid")
-------------------------------------
"wheezy" and "sid" contain the latest released version of Gunicorn. You can
"jessie" and "sid" contain the latest released version of Gunicorn. You can
install it in the usual way::
$ sudo apt-get install gunicorn