Last active
August 29, 2015 14:09
-
-
Save oleksandr-diudiun/3a81329549896e6d1995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install rabbitmq | |
# 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 | |
# Add support to PHP can be installed as: brew install php56-amqp | |
# But for best practice use composer lib: "videlalvaro/php-amqplib": "@stable" | |
## If you have problem in terminal add to PATH also /usr/local/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment