[RabbitMQ] 3. Install RabbitMQ in win7 and rabbitmq in win7
If the preceding command is explained, the installation is successful;
Then install the service, open the cmd form, enter the D: \ Program Files \ RabbitMQ Server \ rabbitmq_server-3.5.6 \ sbin path, and then execute rabbitmq-service start:
D: \ Program Files \ RabbitMQ Server \ rabbitmq_server-3.5.6 \ sbin> rabbitmq-service startD: \ Program Files \ erl7.1 \ erts-7.1 \ bin \ erlsrv: Service RabbitMQ started.
Prompt that startup is successful;
Then install the web management plug-in and run the following command:
D: \ Program Files \ RabbitMQ Server \ rabbitmq_server-3.5.6 \ sbin> rabbitmq-plugins enable rabbitmq_managementThe following plugins have been enabled: mochiweb webmachine extends amqp_client implements rabbitmq_managementApplying in configuration to rabbit @ GUOY... started 6 plugins.
The above prompt indicates that the installation is successful. You can access http: // localhost: 15672 for testing. The default Logon account is guest and the password is guest.