一、安装
## rabbitmq 依赖 erlang 环境, 先安装 erlang
brew install erlang
brew install rabbitmq
## 安装主要日志(备份)
==> Caveats
==> erlang
Man pages can be found in:
/usr/local/opt/erlang/lib/erlang/man
Access them with `erl -man`, or add this directory to MANPATH.
cookie.@Cookie ~ %
cookie.@Cookie ~ % brew install rabbitmq
==> Fetching rabbitmq
==> Downloading https://mirrors.aliyun.com/homebrew/homebrew-bottles/rabbitmq-3.13.2.all.bottle.tar.gz
########################################################################################################################### 100.0%
==> Pouring rabbitmq-3.13.2.all.bottle.tar.gz
==> Caveats
Management UI: http://localhost:15672
Homebrew-specific docs: https://rabbitmq.com/install-homebrew.html
To start rabbitmq now and restart at login:
brew services start rabbitmq
Or, if you don't want/need a background service you can just run:
CONF_ENV_FILE="/usr/local/etc/rabbitmq/rabbitmq-env.conf" /usr/local/opt/rabbitmq/sbin/rabbitmq-server
==> Summary
标签:Intel,##,rabbitmq,Mac,usr,brew,erlang,local
From: https://www.cnblogs.com/DeepInThought/p/18181295