mac安装
- brew install rabbitmq
- 在
~/.bash_profile文件中加入export PATH=$PATH:/usr/local/sbin刷新配置source ~/.bash_profile - 启动 rabbitmq-server -detached
- 登录 http://localhost:15672, 默认账号密码: guest
08 Apr 2016, by
~/.bash_profile 文件中加入 export PATH=$PATH:/usr/local/sbin 刷新配置 source ~/.bash_profile