Redis/zookeeper/ActiveMQ在Mac下的安装配置

Posted xgrowing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis/zookeeper/ActiveMQ在Mac下的安装配置相关的知识,希望对你有一定的参考价值。

框架中需要用到redis、zookeeper和activemq,目前开发环境搭建在Mac下,使用brew安装是比较简便快捷的方式:

$ brew search zookeeper
zookeeper ?
homebrew/php/php53-zookeeper             homebrew/php/php55-zookeeper
homebrew/php/php54-zookeeper             homebrew/php/php56-zookeeper
$ brew search redis
hiredis         redis ?         redis-leveldb   [email protected]2.6       [email protected]2.8
homebrew/nginx/redis-nginx-module        homebrew/php/php56-redis
homebrew/php/php72-redis                 homebrew/php/php70-redis
homebrew/php/php53-redis                 homebrew/php/php71-redis
homebrew/php/php54-redis                 caskroom/cask/redis-app
homebrew/php/php55-redis
$ brew search activemq
activemq ?                               activemq-cpp

通过search查到对应的安装包,运行brew install完成安装

brew install redis
brew install zookeeper
brew install activemq

安装后进行配置和启动

vi /usr/local/etc/redis.conf

修改其中的password值

requirepass 123456

启动redis

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

启动zookeeper

$ zkServer start

启动activemq

$ activemq start

 

以上是关于Redis/zookeeper/ActiveMQ在Mac下的安装配置的主要内容,如果未能解决你的问题,请参考以下文章

NOIP 2015 & SDOI 2016 Round1 & CTSC 2016 & SDOI2016 Round2游记

秋的潇洒在啥?在啥在啥?

上传的数据在云端的怎么查看,保存在啥位置?

在 React 应用程序中在哪里转换数据 - 在 Express 中还是在前端使用 React?

存储在 plist 中的数据在模拟器中有效,但在设备中无效

如何在保存在 Mongoose (ExpressJS) 之前在模型中格式化数据