官方提供了截至2021年8月6日,最新版本的二进制安装包下载。
Lastest release
- openresty-1.19.9.1.tar.gz 5.0MB PGP Changes - 6 August 2021
不过二进制安装稍显复杂,这里就采用 rpm 包来安装。官方也提供了 rpm 包下载和安装的详细步骤,这里增加了将包下载到本地保存的一个步骤。
// add the yum repo:
# wget https://openresty.org/package/centos/openresty.repo
# mv openresty.repo /etc/yum.repos.d/
// update the yum index:
# yum check-update
// download offline install packages:
# yum install -y openresty --downloadonly --downloaddir=./
# ls -ltr
total 2948
-rw-r--r-- 1 root root 167932 Mar 20 2020 openresty-pcre-8.44-1.el7.x86_64.rpm
-rw-r--r-- 1 root root 1155616 Aug 6 2021 openresty-1.19.9.1-1.el7.x86_64.rpm
-rw-r--r-- 1 root root 1630700 Mar 19 16:24 openresty-openssl111-1.1.1n-1.el7.x86_64.rpm
-rw-r--r-- 1 root root 55864 Apr 1 22:31 openresty-zlib-1.2.12-1.el7.x86_64.rpm\
// offline install
# yum install -y *.rpm
Loaded plugins: fastestmirror
Examining openresty-1.19.9.1-1.el7.x86_64.rpm: openresty-1.19.9.1-1.el7.x86_64
Marking openresty-1.19.9.1-1.el7.x86_64.rpm to be installed
Examining openresty-openssl111-1.1.1n-1.el7.x86_64.rpm: openresty-openssl111-1.1.1n-1.el7.x86_64
Marking openresty-openssl111-1.1.1n-1.el7.x86_64.rpm to be installed

最低0.47元/天 解锁文章
1545

被折叠的 条评论
为什么被折叠?



