# HG changeset patch # User Ruslan Ermilov # Date 1319537891 0 # Node ID 568b4e77c0d0af244129c3790f2abae7618caf18 # Parent 2a88f137b1c66e624b4872c296b1a533b10ee640 More word polishing. diff -r 2a88f137b1c6 -r 568b4e77c0d0 xml/en/download.xml --- a/xml/en/download.xml Mon Oct 24 15:28:45 2011 +0000 +++ b/xml/en/download.xml Tue Oct 25 10:18:11 2011 +0000 @@ -155,15 +155,19 @@ -
+
-For automatic updates of the prebuilt Linux packages it is possible to -configure yum repository for RHEL/CentOS, or apt repository for Debian/Ubuntu. +For automatic updates of the pre-built Linux packages it is possible to +configure the yum repository for RHEL/CentOS, +or the apt repository for Debian/Ubuntu. -To set up yum repository for the Linux distributions: +To set up the yum repository for the RHEL/CentOS, pick up and install +the corresponding nginx-release package from the list below, +containing the yum config and the public key necessary to check signed RPMs: + @@ -183,9 +187,8 @@ -install the nginx-release package containing the yum config -and the public key necessary to check signed RPMs, -then run the following command: + +Then run the following command: yum install nginx @@ -209,7 +212,7 @@ -For supported Debian/Ubuntu versions append the following contents to +For Debian 6 append the following contents to /etc/apt/sources.list: @@ -217,14 +220,24 @@ deb-src http://nginx.org/packages/debian/ squeeze nginx -in case of Debian 6, or for Ubuntu 10.04 with -the following contents instead: +Then run the following commands: + +apt-get update +apt-get install nginx + + + + + +For Ubuntu 10.04 append the following contents to +/etc/apt/sources.list: deb http://nginx.org/packages/ubuntu/ lucid nginx deb-src http://nginx.org/packages/ubuntu/ lucid nginx -Then run commands: + +Then run the following commands: apt-get update apt-get install nginx