Update README.md

This commit is contained in:
Michael Klishin 2017-02-15 20:56:37 +03:00 committed by GitHub
parent 3ebd46324c
commit c04a33a305
1 changed files with 7 additions and 1 deletions

View File

@ -3,11 +3,17 @@
This project contains few basic examples of [RabbitMQ Web MQTT plugin](https://github.com/rabbitmq/rabbitmq-web-mqtt) This project contains few basic examples of [RabbitMQ Web MQTT plugin](https://github.com/rabbitmq/rabbitmq-web-mqtt)
usage. usage.
Once installed the server will bind to port 15670 and serve few static It starts a server that binds to port 15670 and serves a few static
HTML files on port 15670 (e.g. [http://127.0.0.1:15670](http://127.0.0.1:15670/)). HTML files on port 15670 (e.g. [http://127.0.0.1:15670](http://127.0.0.1:15670/)).
## Installation ## Installation
Once installed, this plugin needs to be enabled like any other:
rabbitmq-plugins enable rabbitmq_web_mqtt_examples
## Building from Source
* [RabbitMQ plugin build instructions](http://www.rabbitmq.com/plugin-development.html). * [RabbitMQ plugin build instructions](http://www.rabbitmq.com/plugin-development.html).
* [RabbitMQ plugin installation](http://www.rabbitmq.com/plugins.html#installing-plugins). * [RabbitMQ plugin installation](http://www.rabbitmq.com/plugins.html#installing-plugins).