Skip to content

Instantly share code, notes, and snippets.

@gentilfp
Created January 7, 2015 16:11
Show Gist options
  • Save gentilfp/74836e1766c6bfbea291 to your computer and use it in GitHub Desktop.
Save gentilfp/74836e1766c6bfbea291 to your computer and use it in GitHub Desktop.
RabbitMQ
Install the Server
brew update
brew install rabbitmq
The RabbitMQ server scripts are installed into /usr/local/sbin. This is not automatically added to your path, so you may wish to add
PATH=$PATH:/usr/local/sbin to your .bash_profile or .profile.
The server can then be started with rabbitmq-server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment