atom feed18 messages in ru.sysoev.nginxnginx linux packages
FromSent OnAttachments
Sergey BudnevitchAug 24, 2011 2:22 am 
be...@benweblife.frAug 24, 2011 7:47 am 
Sergey BudnevitchAug 25, 2011 1:50 am 
be...@benweblife.frAug 25, 2011 2:13 am 
Nuno MagalhãesAug 25, 2011 2:40 am 
Sergey BudnevitchAug 25, 2011 2:59 am 
ChrisAug 25, 2011 4:46 am 
Cliff WellsAug 25, 2011 10:11 am 
Sergey BudnevitchAug 26, 2011 12:26 am 
Boris DolgovAug 26, 2011 3:59 am 
bwellsncAug 26, 2011 4:02 am 
Sergey BudnevitchAug 26, 2011 5:01 am 
Cliff WellsAug 26, 2011 11:18 am 
Stefan CaunterAug 26, 2011 10:28 pm 
Boris DolgovAug 30, 2011 11:26 am 
Sergey BudnevitchAug 31, 2011 3:07 am 
Sergey BudnevitchAug 31, 2011 5:15 am 
metoAug 31, 2011 6:52 am 
Subject:nginx linux packages
From:Sergey Budnevitch (sb@waeme.net)
Date:Aug 24, 2011 2:22:30 am
List:ru.sysoev.nginx

Hi,

We have created apt and yum repositories for nginx users on Linux. They are
available on http://nginx.org/packages/ for CentOS/RHEL 5 and 6, Ubuntu 10.04 and Debian 6. There are plans to update
packages as soon as new stable nginx versions are released. To add nginx yum repository fnginx.repo file has to be created in
/etc/yum.cond.d/ directory. In CentOS case nginx.repo should look like:

[nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=0 enabled=1

In RHEL case :

[nginx] name=nginx repo baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/ gpgcheck=0 enabled=1

For apt repositories /etc/apt/sources.list have to be appended. For Ubuntu 10.04 with:

deb http://nginx.org/packages/ubuntu/ lucid nginx deb-src http://nginx.org/packages/ubuntu/ lucid nginx

For Debian6:

deb http://nginx.org/packages/debian/ squeeze nginx deb-src http://nginx.org/packages/debian/ squeeze nginx

You may report package bugs to the mailing list, directly to me or on
http://trac.nginx.org.