0
点赞
收藏
分享

微信扫一扫

Mac Monterey 12.3 brew install openresty

少_游 2022-07-27 阅读 73

安装openresty

brew tap openresty/brew
brew install openresty
详细可参考官方文档:https://openresty.org/cn/download.html

安装完成

==> Caveats
You can find the configuration files for openresty under /opt/homebrew/etc/openresty/.

To start openresty/brew/openresty now and restart at login:
  brew services start openresty/brew/openresty
Or, if you don't want/need a background service you can just run:
  openresty
==> Summary
🍺  /opt/homebrew/Cellar/openresty/1.21.4.1_1: 307 files, 7.1MB, built in 33 seconds
==> Running `brew cleanup openresty`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Caveats
==> openresty
You can find the configuration files for openresty under /opt/homebrew/etc/openresty/.

To start openresty/brew/openresty now and restart at login:
  brew services start openresty/brew/openresty
Or, if you don't want/need a background service you can just run:
  openresty
举报

相关推荐

0 条评论