diff --git a/deps/rabbitmq_web_mqtt_examples/README.md b/deps/rabbitmq_web_mqtt_examples/README.md index 71b2c94616..c8a68bbf1b 100644 --- a/deps/rabbitmq_web_mqtt_examples/README.md +++ b/deps/rabbitmq_web_mqtt_examples/README.md @@ -3,11 +3,17 @@ This project contains few basic examples of [RabbitMQ Web MQTT plugin](https://github.com/rabbitmq/rabbitmq-web-mqtt) 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/)). ## 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 installation](http://www.rabbitmq.com/plugins.html#installing-plugins).