Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created February 15, 2014 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbytes/9020526 to your computer and use it in GitHub Desktop.
Save btbytes/9020526 to your computer and use it in GitHub Desktop.
Install rabbitmq using homebrew
brew install rabbitmq
==> Downloading http://www.rabbitmq.com/releases/rabbitmq-server/v3.2.3/rabbitmq-server-mac-standalone-3.2.3.tar.gz
######################################################################## 100.0%
==> /usr/bin/unzip -qq -j /usr/local/Cellar/rabbitmq/3.2.3/plugins/rabbitmq_management-3.2.3.ez rabbitmq_management-3.2.3/priv/www/cli/rabbitmqadmin
==> Caveats
Management Plugin enabled by default at http://localhost:15672

Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

To have launchd start rabbitmq at login:
    ln -sfv /usr/local/opt/rabbitmq/*.plist ~/Library/LaunchAgents
Then to load rabbitmq now:
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist
Or, if you don't want/need launchctl, you can just run:
    rabbitmq-server

WARNING: launchctl will fail when run under tmux.
==> Summary
🍺  /usr/local/Cellar/rabbitmq/3.2.3: 1038 files, 25M, built in 21 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment