- clone源代码
git clone https://github.com/openresty/openresty.git
- 安装依赖包
brew install hg unix2dos
brew install pcre openssl
- 编译
make
- 安装openresty
cd openresty-1.27.1.1
./configure --prefix=/opt/openresty --with-http_ssl_module --with-luajit
make
sudo make install
5运行