Centos7.6如何安裝OpenResty
發布時間:2023/10/8 11:35:45
Centos7.6如何安裝OpenResty
1.yum install -y pcre-devel openssl-devel gcc curl,輸入該命令按回車鍵安裝依賴庫
2.wget //openresty.org/download/openresty-1.21.4.1.tar.gz,輸入該命令按回車鍵
3.tar -zxvf openresty-1.21.4.1.tar.gz,輸入該命令按回車鍵
4.cd openrestyy-1.21.4.1/,輸入該命令按回車鍵
5../configure,輸入該命令按回車鍵
6.make,輸入該命令按回車鍵
7.make install,輸入該命令按回車鍵即可
本文來源:
//66moju.cn/aws/article/8522.html
[復制鏈接]
鏈接已復制