在Mac上部署Varnish
准备
xcode-select --install/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew install autoconf
brew install python
pip install docutils
brew install pcre
brew install pkg-config
brew install libmicrohttpd
brew install libtool编译和安装
./autogen.sh
./configure
make
sudo make install启动Varnish和Varnish-Agnet
参考
Last updated