Skip to content

Instantly share code, notes, and snippets.

@tankhuu
Created December 12, 2018 10:13
Show Gist options
  • Save tankhuu/6aae2fdad03e31822e8a8f4db275a154 to your computer and use it in GitHub Desktop.
Save tankhuu/6aae2fdad03e31822e8a8f4db275a154 to your computer and use it in GitHub Desktop.
Amazon Linux Install Varnish 4.1.10
sudo yum -y install autoconf automake jemalloc-devel libedit-devel libtool ncurses-devel pcre-devel pkgconfig python-docutils python-sphinx graphviz
curl -s https://packagecloud.io/install/repositories/varnishcache/varnish41/script.rpm.sh | sudo bash
wget --content-disposition https://packagecloud.io/varnishcache/varnish41/packages/el/6/varnish-4.1.10-1.el6.x86_64.rpm/download.rpm
sudo rpm -Uvh varnish-4.1.10-1.el6.x86_64.rpm
/usr/sbin/varnishd -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment