Linux运行环境搭建系列-Openresty安装

安装Openresty

构建环境:腾讯云CentOS 7.9。

  1. 更新云库
shell 复制代码
yum update
  1. 添加&&安装云库
shell 复制代码
wget https://openresty.org/package/centos/openresty.repo
sudo mv openresty.repo /etc/yum.repos.d/
sudo yum check-update
sudo yum install openresty
  1. 安装命令行工具
shell 复制代码
sudo yum install openresty-resty
sudo yum --disablerepo="*" --enablerepo="openresty" list available
相关推荐
Light602 分钟前
低代码牵手 AI 接口:开启智能化开发新征程
人工智能·python·深度学习·低代码·链表·线性回归
墨绿色的摆渡人3 分钟前
用 Python 从零开始创建神经网络(六):优化(Optimization)介绍
人工智能·python·深度学习·神经网络
scoone5 分钟前
ssh登陆服务器后支持Tab键命令补全
linux·shell
小han的日常31 分钟前
pycharm分支提交操作
python·pycharm
明月清风徐徐1 小时前
Scrapy爬取豆瓣电影Top250排行榜
python·selenium·scrapy
theLuckyLong1 小时前
SpringBoot后端解决跨域问题
spring boot·后端·python
Yongqiang Cheng1 小时前
Python operator.itemgetter(item) and operator.itemgetter(*items)
python·operator·itemgetter
MavenTalk1 小时前
Move开发语言在区块链的开发与应用
开发语言·python·rust·区块链·solidity·move
FksLiao1 小时前
Superset安装
python
运维佬1 小时前
CentOS 9 配置网卡
linux·centos