comparison xml/en/linux_packages.xml @ 1626:b6fad74f2aa1

Removed release packages from linux downloads page. Rationale: - They are only available for stable branch - They are only available for CentOS/RHEL - The repo they configure does not include those packages so they are impossible to update
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 17 Dec 2015 19:44:14 +0300
parents 430261d33e38
children 5d0622281aec
comparison
equal deleted inserted replaced
1625:0ba4b2e561bd 1626:b6fad74f2aa1
5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6 6
7 <article name="nginx: Linux packages" 7 <article name="nginx: Linux packages"
8 link="/en/linux_packages.html" 8 link="/en/linux_packages.html"
9 lang="en" 9 lang="en"
10 rev="13" 10 rev="14"
11 toc="no"> 11 toc="no">
12 12
13 <section id="distributions"> 13 <section id="distributions">
14 14
15 <para> 15 <para>
138 138
139 139
140 <section name="Pre-Built Packages for Stable version" id="stable"> 140 <section name="Pre-Built Packages for Stable version" id="stable">
141 141
142 <para> 142 <para>
143 To set up the yum repository for RHEL/CentOS, choose the corresponding 143 To set up the yum repository for RHEL/CentOS, create the file named
144 <literal>nginx-release</literal> package from the list: 144 <path>/etc/yum.repos.d/nginx.repo</path>
145
146 <list type="bullet">
147
148 <listitem>
149 <link url="http://nginx.org/packages/rhel/5/noarch/RPMS/nginx-release-rhel-5-0.el5.ngx.noarch.rpm">RHEL 5</link>
150 </listitem>
151
152 <listitem>
153 <link url="http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm">RHEL 6</link>
154 </listitem>
155
156 <listitem>
157 <link url="http://nginx.org/packages/rhel/7/noarch/RPMS/nginx-release-rhel-7-0.el7.ngx.noarch.rpm">RHEL 7</link>
158 </listitem>
159
160 <listitem>
161 <link url="http://nginx.org/packages/centos/5/noarch/RPMS/nginx-release-centos-5-0.el5.ngx.noarch.rpm">CentOS 5</link>
162 </listitem>
163
164 <listitem>
165 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link>
166 </listitem>
167
168 <listitem>
169 <link url="http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm">CentOS 7</link>
170 </listitem>
171
172 </list>
173
174 This package contains yum configuration file
175 and a public PGP key necessary to authenticate signed RPMs.
176 Download and install it, then run the following:
177 <programlisting>
178 yum install nginx
179 </programlisting>
180
181 Alternatively, a repository configuration can be added manually
182 without installing the <literal>nginx-release</literal> package.
183 Create the file named <path>/etc/yum.repos.d/nginx.repo</path>
184 with the following contents: 145 with the following contents:
185 146
186 <programlisting> 147 <programlisting>
187 [nginx] 148 [nginx]
188 name=nginx repo 149 name=nginx repo