Redis, zookeeper, and ACTIVEMQ are needed in the framework, and the current development environment is built under the Mac, which is a quick and easy way to use brew installation:
$ brew Search zookeeperzookeeper? Homebrew/php/php53-zookeeper homebrew/php/php55-Zookeeperhomebrew/php/php54-zookeeper homebrew/php/php56-zookeeper$ Brew Search Redishiredis Redis? Redis-leveldb [email protected]2.6[Email protected]2.8Homebrew/nginx/redis-nginx-module homebrew/php/php56-Redishomebrew/php/php72-redis homebrew/php/php70-Redishomebrew/php/php53-redis homebrew/php/php71-Redishomebrew/php/php54-redis caskroom/cask/redis-Apphomebrew/php/php55-redis$ Brew Search ACTIVEMQACTIVEMQ? ACTIVEMQ-CPP
Search through the corresponding installation package, run the Brew install to complete the installation
Install installinstall ACTIVEMQ
Configure and start after installation
VI /usr/local/etc/redis.conf
Modify the password values in them
123456
Start Redis
$ redis-server/usr/local/etc/redis.conf &
Start Zookeeper
$ zkserver Start
Start ACTIVEMQ
$ ACTIVEMQ Start
REDIS/ZOOKEEPER/ACTIVEMQ installation configuration under Mac