zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Mac电脑安装openresty

电脑安装Mac OpenResty
2023-09-14 09:08:39 时间

安装brew 软件仓库,

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

用brew安装命令

brew tap openresty/brew
brew install openresty

 

启动openresty

后台启动

brew services start openresty/brew/openresty

前台启动

openresty