annotate xml/en/download.xml @ 813:6bc7481ccd6e

Download page links updated after nginx.org repository has been migrated from subversion to mercurial.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 15 Jan 2013 13:17:22 +0400
parents 0c5d885656af
children d1002c39ac0a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
5
50
9d544687d02c Fixed DOCTYPE declaration.
Ruslan Ermilov <ru@nginx.com>
parents: 36
diff changeset
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
123
7db449e89e92 Unified the use of the "name" attribute instead of "title".
Ruslan Ermilov <ru@nginx.com>
parents: 121
diff changeset
8 <article name="nginx: download"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 link="/en/download.html"
589
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
10 lang="en"
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
11 rev="1">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
14 <section name="Development version">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15
727
b2b10d564893 Simplified nginx versions maintenance by providing only
Ruslan Ermilov <ru@nginx.com>
parents: 723
diff changeset
16 <download last="1" tag="development" />
500
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
17
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
18 </section>
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
19
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
20
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
21 <section name="Stable version">
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
22
727
b2b10d564893 Simplified nginx versions maintenance by providing only
Ruslan Ermilov <ru@nginx.com>
parents: 723
diff changeset
23 <download last="1" tag="stable" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
25 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
26
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
27
500
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
28 <section name="Legacy versions">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
29
727
b2b10d564893 Simplified nginx versions maintenance by providing only
Ruslan Ermilov <ru@nginx.com>
parents: 723
diff changeset
30 <download last="1" tag="legacy" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
31
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
32 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33
141
2a88f137b1c6 ru proposed changes:
Sergey Budnevitch <sb@waeme.net>
parents: 138
diff changeset
34
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
35 <section name="Source Code">
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
36
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
37 <para>
514
3182ae76819e Added a link to the nginx.org Subversion repository.
Ruslan Ermilov <ru@nginx.com>
parents: 500
diff changeset
38 Read-only Subversion repositories:
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
39 <list type="bullet">
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
40
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
41 <listitem>
514
3182ae76819e Added a link to the nginx.org Subversion repository.
Ruslan Ermilov <ru@nginx.com>
parents: 500
diff changeset
42 code: <literal>svn://svn.nginx.org/nginx</literal>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
43 </listitem>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
44
813
6bc7481ccd6e Download page links updated after nginx.org repository has been migrated
Sergey Budnevitch <sb@waeme.net>
parents: 766
diff changeset
45 </list>
6bc7481ccd6e Download page links updated after nginx.org repository has been migrated
Sergey Budnevitch <sb@waeme.net>
parents: 766
diff changeset
46
6bc7481ccd6e Download page links updated after nginx.org repository has been migrated
Sergey Budnevitch <sb@waeme.net>
parents: 766
diff changeset
47 Read-only Mercurial repositories:
6bc7481ccd6e Download page links updated after nginx.org repository has been migrated
Sergey Budnevitch <sb@waeme.net>
parents: 766
diff changeset
48 <list type="bullet">
6bc7481ccd6e Download page links updated after nginx.org repository has been migrated
Sergey Budnevitch <sb@waeme.net>
parents: 766
diff changeset
49
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
50 <listitem>
813
6bc7481ccd6e Download page links updated after nginx.org repository has been migrated
Sergey Budnevitch <sb@waeme.net>
parents: 766
diff changeset
51 site: <literal>http://hg.nginx.org/nginx.org</literal>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
52 </listitem>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
53
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
54 </list>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
55 </para>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
56
514
3182ae76819e Added a link to the nginx.org Subversion repository.
Ruslan Ermilov <ru@nginx.com>
parents: 500
diff changeset
57 <para>
3182ae76819e Added a link to the nginx.org Subversion repository.
Ruslan Ermilov <ru@nginx.com>
parents: 500
diff changeset
58 <link url="http://trac.nginx.org/nginx/browser">Trac source browser</link>
3182ae76819e Added a link to the nginx.org Subversion repository.
Ruslan Ermilov <ru@nginx.com>
parents: 500
diff changeset
59 </para>
3182ae76819e Added a link to the nginx.org Subversion repository.
Ruslan Ermilov <ru@nginx.com>
parents: 500
diff changeset
60
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
61 </section>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
62
141
2a88f137b1c6 ru proposed changes:
Sergey Budnevitch <sb@waeme.net>
parents: 138
diff changeset
63
407
7d9b9f26231c - Added clarification about packaged versions
Andrey Alexeev <andrew@nginx.com>
parents: 395
diff changeset
64 <section name="Pre-Built Linux Packages for Stable">
141
2a88f137b1c6 ru proposed changes:
Sergey Budnevitch <sb@waeme.net>
parents: 138
diff changeset
65
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
66 <para>
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
67 To enable automatic updates of Linux packages
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
68 set up the yum repository for the RHEL/CentOS distributions,
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
69 or the apt repository for the Debian/Ubuntu distributions.
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
70 </para>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
71
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
72 <para>
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
73 To set up the yum repository for RHEL/CentOS, choose the corresponding
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 267
diff changeset
74 <literal>nginx-release</literal> package from the list:
142
568b4e77c0d0 More word polishing.
Ruslan Ermilov <ru@nginx.com>
parents: 141
diff changeset
75
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
76 <list type="bullet">
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
77
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
78 <listitem>
137
39ff3788f178 Text polishing
Sergey Budnevitch <sb@waeme.net>
parents: 130
diff changeset
79 <link url="http://nginx.org/packages/rhel/5/noarch/RPMS/nginx-release-rhel-5-0.el5.ngx.noarch.rpm">RHEL 5</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
80 </listitem>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
81
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
82 <listitem>
137
39ff3788f178 Text polishing
Sergey Budnevitch <sb@waeme.net>
parents: 130
diff changeset
83 <link url="http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm">RHEL 6</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
84 </listitem>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
85
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
86 <listitem>
137
39ff3788f178 Text polishing
Sergey Budnevitch <sb@waeme.net>
parents: 130
diff changeset
87 <link url="http://nginx.org/packages/centos/5/noarch/RPMS/nginx-release-centos-5-0.el5.ngx.noarch.rpm">CentOS 5</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
88 </listitem>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
89
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
90 <listitem>
137
39ff3788f178 Text polishing
Sergey Budnevitch <sb@waeme.net>
parents: 130
diff changeset
91 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 445
diff changeset
92 </listitem>
141
2a88f137b1c6 ru proposed changes:
Sergey Budnevitch <sb@waeme.net>
parents: 138
diff changeset
93
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
94 </list>
142
568b4e77c0d0 More word polishing.
Ruslan Ermilov <ru@nginx.com>
parents: 141
diff changeset
95
339
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
96 This package contains yum configuration file
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
97 and a public PGP key necessary to authenticate signed RPMs.
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
98 Download and install it, then run the following:
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
99 <programlisting>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
100 yum install nginx
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
101 </programlisting>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
102
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
103 Alternatively, a repository configuration can be added manually
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 267
diff changeset
104 without installing the <literal>nginx-release</literal> package.
148
682163f2b298 Unified article/path and module/pathname into a single "path".
Ruslan Ermilov <ru@nginx.com>
parents: 142
diff changeset
105 Create the file named <path>/etc/yum.repos.d/nginx.repo</path>
141
2a88f137b1c6 ru proposed changes:
Sergey Budnevitch <sb@waeme.net>
parents: 138
diff changeset
106 with the following contents:
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
107
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
108 <programlisting>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
109 [nginx]
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
110 name=nginx repo
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
111 baseurl=http://nginx.org/packages/OS/OSRELEASE/$basearch/
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
112 gpgcheck=0
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
113 enabled=1
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
114 </programlisting>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
115
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 267
diff changeset
116 Replace “<literal>OS</literal>” with “<literal>rhel</literal>” or
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 267
diff changeset
117 “<literal>centos</literal>”,
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 267
diff changeset
118 depending on the distribution used, and “<literal>OSRELEASE</literal>”
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 267
diff changeset
119 with “<literal>5</literal>” or “<literal>6</literal>”,
141
2a88f137b1c6 ru proposed changes:
Sergey Budnevitch <sb@waeme.net>
parents: 138
diff changeset
120 for 5.x or 6.x versions, respectively.
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
121 </para>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
122
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
123 <para>
352
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
124 For Debian/Ubuntu, in order to authenticate the nginx repository signature
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
125 and to eliminate warnings about missing gpg key during installation of the
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
126 nginx package, it is necessary to add the key used to sign the nginx
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
127 packages and repository to the <command>apt</command> program keyring.
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
128 Please download <link url="http://nginx.org/keys/nginx_signing.key">this
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
129 key</link> from our web site, and add it to the <command>apt</command>
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
130 program keyring with the following command:
339
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
131 <programlisting>
343
46e75d7ae0e7 replace apt-key example with a simpler one
Sergey Budnevitch <sb@waeme.net>
parents: 339
diff changeset
132 sudo apt-key add nginx_signing.key
339
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
133 </programlisting>
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
134 </para>
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
135
8f6a70f9d3c0 - Key section goes first
Andrey Alexeev <andrew@nginx.com>
parents: 337
diff changeset
136 <para>
534
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
137 For Debian replace <i>codename</i> with Debian distribution
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
138 codename, and append the following to the end of the
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
139 <path>/etc/apt/sources.list</path> file:
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
140
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
141 <programlisting>
534
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
142 deb http://nginx.org/packages/debian/ <i>codename</i> nginx
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
143 deb-src http://nginx.org/packages/debian/ <i>codename</i> nginx
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
144 </programlisting>
142
568b4e77c0d0 More word polishing.
Ruslan Ermilov <ru@nginx.com>
parents: 141
diff changeset
145 </para>
568b4e77c0d0 More word polishing.
Ruslan Ermilov <ru@nginx.com>
parents: 141
diff changeset
146
568b4e77c0d0 More word polishing.
Ruslan Ermilov <ru@nginx.com>
parents: 141
diff changeset
147 <para>
534
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
148 Supported Debian versions:
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
149
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
150 <table note="yes">
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
151
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
152 <tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
153 <td width="20%">Version</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
154 <td>Codename</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
155 </tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
156
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
157 <tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
158 <td width="20%">6.x</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
159 <td>squeeze</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
160 </tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
161
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
162 </table>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
163 </para>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
164
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
165 <para>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
166 For Ubuntu replace <i>codename</i> with Ubuntu distribution
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
167 codename, and append the following to the end of the
267
727da42d3887 Synchronized versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 245
diff changeset
168 <path>/etc/apt/sources.list</path> file:
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
169
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
170 <programlisting>
534
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
171 deb http://nginx.org/packages/ubuntu/ <i>codename</i> nginx
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
172 deb-src http://nginx.org/packages/ubuntu/ <i>codename</i> nginx
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
173 </programlisting>
336
a84fb64b1b45 missed quotes around link added
Sergey Budnevitch <sb@waeme.net>
parents: 335
diff changeset
174 </para>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
175
337
abbc95241d91 move key importing paragraph before 'apt-get update'
Sergey Budnevitch <sb@waeme.net>
parents: 336
diff changeset
176 <para>
534
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
177 Supported Ubuntu versions:
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
178
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
179 <table note="yes">
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
180
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
181 <tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
182 <td width="20%">Version</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
183 <td>Codename</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
184 </tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
185
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
186 <tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
187 <td width="20%">10.04</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
188 <td>lucid</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
189 </tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
190
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
191 <tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
192 <td width="20%">11.10</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
193 <td>oneiric</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
194 </tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
195
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
196 <tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
197 <td width="20%">12.04</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
198 <td>precise</td>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
199 </tr>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
200
766
0c5d885656af Packages for new supported ubuntu version added
Sergey Budnevitch <sb@waeme.net>
parents: 727
diff changeset
201 <tr>
0c5d885656af Packages for new supported ubuntu version added
Sergey Budnevitch <sb@waeme.net>
parents: 727
diff changeset
202 <td width="20%">12.10</td>
0c5d885656af Packages for new supported ubuntu version added
Sergey Budnevitch <sb@waeme.net>
parents: 727
diff changeset
203 <td>quantal</td>
0c5d885656af Packages for new supported ubuntu version added
Sergey Budnevitch <sb@waeme.net>
parents: 727
diff changeset
204 </tr>
0c5d885656af Packages for new supported ubuntu version added
Sergey Budnevitch <sb@waeme.net>
parents: 727
diff changeset
205
534
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
206 </table>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
207 </para>
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
208
6761e05e5128 List of supported Debian and Ubuntu versions added.
Sergey Budnevitch <sb@waeme.net>
parents: 524
diff changeset
209 <para>
352
d0c9b9e436d4 Revised and resynchronized the English and Russian versions of "download".
Ruslan Ermilov <ru@nginx.com>
parents: 343
diff changeset
210 For Debian/Ubuntu then run the following commands:
337
abbc95241d91 move key importing paragraph before 'apt-get update'
Sergey Budnevitch <sb@waeme.net>
parents: 336
diff changeset
211 <programlisting>
abbc95241d91 move key importing paragraph before 'apt-get update'
Sergey Budnevitch <sb@waeme.net>
parents: 336
diff changeset
212 apt-get update
abbc95241d91 move key importing paragraph before 'apt-get update'
Sergey Budnevitch <sb@waeme.net>
parents: 336
diff changeset
213 apt-get install nginx
abbc95241d91 move key importing paragraph before 'apt-get update'
Sergey Budnevitch <sb@waeme.net>
parents: 336
diff changeset
214 </programlisting>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
215 </para>
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
216
137
39ff3788f178 Text polishing
Sergey Budnevitch <sb@waeme.net>
parents: 130
diff changeset
217 </section>
130
3052a722a1a4 link to subversion repository and linux packages repository description added
Sergey Budnevitch <sb@waeme.net>
parents: 123
diff changeset
218
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
219 </article>