Redis/zookeeper/ActiveMQ installation configuration on Mac, rediszookeeper

Source: Internet
Author: User

Redis/zookeeper/ActiveMQ installation configuration on Mac, rediszookeeper

Redis, zookeeper, and activemq are required in the framework. Currently, the development environment is set up on Mac, and brew installation is a simple and quick method:

$ brew search zookeeperzookeeper homebrew/php/php53-zookeeper             homebrew/php/php55-zookeeperhomebrew/php/php54-zookeeper             homebrew/php/php56-zookeeper$ brew search redishiredis         redis          redis-leveldb   redis@2.6       redis@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

Check the corresponding installation package through search and run brew install to complete installation.

brew install redisbrew install zookeeperbrew install activemq

Configure and start after installation

vi /usr/local/etc/redis.conf

Modify the password value

requirepass 123456

Start redis

$ redis-server /usr/local/etc/redis.conf &

Start zookeeper

$ zkServer start

Start activemq

$ activemq start

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.