# HG changeset patch # User Sergey Budnevitch # Date 1319206418 0 # Node ID 3052a722a1a420ab646f99e0cf2057934b876c5c # Parent 523a80fc32b426ffcabf0518197bfa239ece5a87 link to subversion repository and linux packages repository description added diff -r 523a80fc32b4 -r 3052a722a1a4 xml/en/download.xml --- a/xml/en/download.xml Fri Oct 21 14:00:34 2011 +0000 +++ b/xml/en/download.xml Fri Oct 21 14:13:38 2011 +0000 @@ -134,4 +134,93 @@ +
+ + + + + +Read-only subversion repository: svn://svn.nginx.org/nginx + + + +Trac Source browser + + + + + +
+ +
+ +For automatic updates of the prebuilt linux packages it is possible to configure yum repository +for RHEL/CentOS or apt repository for Debian/Ubuntu. + + + +To setup yum repository for the linux distributions: + + + +RHEL5 + + + +RHEL6 + + + +CentOS5 + + + +CentOS6 + + +install nginx-release package containing a yum config and a nginx signing key. Then run a command: + +yum install nginx + + +As an alternative you can add repository config manually. Create a file named nginx.repo in /etc/yum.repos.d and +add configuration, like this: + + +[nginx] +name=nginx repo +baseurl=http://nginx.org/packages/OS/OSRELEASE/$basearch/ +gpgcheck=0 +enabled=1 + + +Replace OS with rhel or centos, depending on the distribution you are running, and OSRELEASE with 5 or 6, for 5.x and 6.x +versions accordingly. + + + + +For Debian/Ubuntu append /etc/apt/sources.list with: + + +deb http://nginx.org/packages/debian/ squeeze nginx +deb-src http://nginx.org/packages/debian/ squeeze nginx + + +in case of Debian 6, or for Ubuntu 10.04 with: + + +deb http://nginx.org/packages/ubuntu/ lucid nginx +deb-src http://nginx.org/packages/ubuntu/ lucid nginx + +Then run commands: + +apt-get update +apt-get install nginx + + + + +
+