Installing Varnish on Cento6
I recently had a need to install varnish on Centos. While it's very simple, a key step missing from the official instructions is to install the epel-release. Not sure why yum can resolve the dependency on Centos, but the following steps worked for me:
sudo yum install epel-release sudo rpm --nosignature -i https://repo.varnish-cache.org/redhat/varnish-4.0.el6.rpm sudo yum install varnish
Comments