Update README.md
This commit is contained in:
parent
3ebd46324c
commit
c04a33a305
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue