Want to use the new kid on the block, nginx, as a server on your old RHEL4 server? Well, guess what, it’s now available in EPEL so it’s incredibly easy.
First add EPEL as a repository on your system. They provide a package to do that:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm
now install nginx. You’ll need to specify the testing repo. I use yum but the same thing will work with up2date
yum install nginx --enablerepo=epel-testing
Done. Now go edit /etc/nginx/nginx.conf to use an IP or port that doesn’t conflict with anything, and:
service nginx start
UPDATE: Updated EPEL RPM link with new version.
October 24th, 2007 at 12:04 am
[...] Solve dependencies. You’ll need EPEL yum install icu [...]
February 6th, 2008 at 2:29 am
Error getting repository data for epel-testing, repository not found
February 6th, 2008 at 2:37 am
Well thanks for that useful comment, “bob”. What are you trying to say? EPEL doesn’t exist? It was all a crazy dream?
Jesus. I used EPEL only an hour or so ago. Check your DNS or something.
In fact thanks for reminding me to update nginx:
Gee, guess epel-testing does exist after all!