comparison xml/en/linux_packages.xml @ 2233:8f988cbe1296

Linux packages: added SLES 15.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 06 Sep 2018 14:08:47 +0300
parents a2e77354c77d
children 7ec59c98d7d5
comparison
equal deleted inserted replaced
2232:9cfca60d8f42 2233:8f988cbe1296
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="28" 10 rev="29"
11 toc="no"> 11 toc="no">
12 12
13 <section id="distributions"> 13 <section id="distributions">
14 14
15 <para> 15 <para>
114 <td>Supported Platforms</td> 114 <td>Supported Platforms</td>
115 </tr> 115 </tr>
116 116
117 <tr> 117 <tr>
118 <td width="20%">12</td> 118 <td width="20%">12</td>
119 <td>x86_64</td>
120 </tr>
121
122 <tr>
123 <td width="20%">15</td>
119 <td>x86_64</td> 124 <td>x86_64</td>
120 </tr> 125 </tr>
121 126
122 </table> 127 </table>
123 </para> 128 </para>
196 apt-get install nginx 201 apt-get install nginx
197 </programlisting> 202 </programlisting>
198 </para> 203 </para>
199 204
200 <para> 205 <para>
201 For SLES run the following command: 206 For SLES 12 run the following command:
202 <programlisting> 207 <programlisting>
203 zypper addrepo -G -t yum -c 'http://nginx.org/packages/sles/12' nginx 208 zypper addrepo -G -t yum -c 'http://nginx.org/packages/sles/12' nginx
209 </programlisting>
210 </para>
211
212 <para>
213 For SLES 15 run the following command:
214 <programlisting>
215 zypper addrepo -G -t yum -c 'http://nginx.org/packages/sles/15' nginx
204 </programlisting> 216 </programlisting>
205 </para> 217 </para>
206 218
207 </section> 219 </section>
208 220
271 apt-get install nginx 283 apt-get install nginx
272 </programlisting> 284 </programlisting>
273 </para> 285 </para>
274 286
275 <para> 287 <para>
276 For SLES run the following command: 288 For SLES 12 run the following command:
277 <programlisting> 289 <programlisting>
278 zypper addrepo -G -t yum -c 'http://nginx.org/packages/mainline/sles/12' nginx 290 zypper addrepo -G -t yum -c 'http://nginx.org/packages/mainline/sles/12' nginx
291 </programlisting>
292 </para>
293
294 <para>
295 For SLES 15 run the following command:
296 <programlisting>
297 zypper addrepo -G -t yum -c 'http://nginx.org/packages/mainline/sles/15' nginx
279 </programlisting> 298 </programlisting>
280 </para> 299 </para>
281 300
282 </section> 301 </section>
283 302