| From | Sent On | Attachments |
|---|---|---|
| Sergey Budnevitch | Aug 24, 2011 2:22 am | |
| be...@benweblife.fr | Aug 24, 2011 7:47 am | |
| Sergey Budnevitch | Aug 25, 2011 1:50 am | |
| be...@benweblife.fr | Aug 25, 2011 2:13 am | |
| Nuno Magalhães | Aug 25, 2011 2:40 am | |
| Sergey Budnevitch | Aug 25, 2011 2:59 am | |
| Chris | Aug 25, 2011 4:46 am | |
| Cliff Wells | Aug 25, 2011 10:11 am | |
| Sergey Budnevitch | Aug 26, 2011 12:26 am | |
| Boris Dolgov | Aug 26, 2011 3:59 am | |
| bwellsnc | Aug 26, 2011 4:02 am | |
| Sergey Budnevitch | Aug 26, 2011 5:01 am | |
| Cliff Wells | Aug 26, 2011 11:18 am | |
| Stefan Caunter | Aug 26, 2011 10:28 pm | |
| Boris Dolgov | Aug 30, 2011 11:26 am | |
| Sergey Budnevitch | Aug 31, 2011 3:07 am | |
| Sergey Budnevitch | Aug 31, 2011 5:15 am | |
| meto | Aug 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.
_______________________________________________ nginx mailing list ngi...@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx





