sh 安装openresty

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装openresty相关的知识,希望对你有一定的参考价值。

wget https://openresty.org/download/openresty-1.9.15.1.tar.gz
tar -xvf openresty-1.9.15.1.tar.gz

apt-get install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make
cd openresty-1.9.15.1
./configure --with-luajit
make
make install
cd ..

以上是关于sh 安装openresty的主要内容,如果未能解决你的问题,请参考以下文章

sh 易于安装openresty和NVM(在Ubuntu 14.04,15.10和16.04上使用和测试)

openresty 安装部署脚本

sh 在Ubuntu上构建Nginx OpenResty版本。

搭建openresty需要注意到的地方

简易的 openresty/lua 的 git 钩子

Openresty 安装 cjson