码迷,mamicode.com
首页 > 其他好文 > 详细

在本地安装RabbitMQ Server教程以及可能遇到的问题及解决办法

时间:2019-05-31 16:38:08      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:cut   解决   system   遇到   command   homepage   lang   browser   教程   

1. Download latest erlang OTP platform from :
erlang:http://www.erlang.org/download.html
(The latest version otp_win64_21.0.1.exe has been uploaded to GIT repository)

2. Download latest RabbitMQ Server installer from :
rabbitmq:http://www.rabbitmq.com/download.html
(The latest version rabbitmq-server-3.7.7.exe has been uploaded to GIT repository)

3. Install Erlang OTP into D:\Software\erl10.0.1, and add a new system variable: ERLANG_HOME=D:\Software\erl10.0.1

4. Install RabbitMQ Server into D:\Software\RabbitMQServer\rabbitmq_server-3.7.7, and add a new system variable: RABBITMQ_SERVER=D:\Software\RabbitMQServer\rabbitmq_server-3.7.7
(Notice: Do not install the RabbitMQ Server into the path which contains space, like "C:\Program File\...", otherwise it will cause error.)

5. Run cmd.exe as Administrator.
(Crutial)

6. Set the HOMEDRIVE variable to C disk instead of others(like x,u,...)
SET HOMEDRIVE=C:

7. Execute the following commands:
rabbitmq-plugins.bat enable rabbitmq_management
rabbitmq-service.bat stop
rabbitmq-service.bat install
rabbitmq-service.bat start

8. Enter http://localhost:15672 in the Web Browser and if you see the RabbitMQ homepage, the install is successful.

在本地安装RabbitMQ Server教程以及可能遇到的问题及解决办法

标签:cut   解决   system   遇到   command   homepage   lang   browser   教程   

原文地址:https://www.cnblogs.com/bolddream/p/Local_RabbitMQ.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!