summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2015-10-23 22:17:35 +0300
committerMichael Klishin <michael@novemberain.com>2015-10-23 22:17:35 +0300
commit644b9b26232d04f8ee3d2091a14a08cca59692a8 (patch)
treebfc8e731a93633639118ed12ef410086b9b75bde /docs
parentb7092c79837da3d89a6a11044fdb31c402590e7a (diff)
parent6b93fa3a65d74c72d2b9d6de1dada0515e19e28f (diff)
downloadrabbitmq-server-git-644b9b26232d04f8ee3d2091a14a08cca59692a8.tar.gz
Merge pull request #385 from rabbitmq/erlang.mk
Switch to Erlang.mk
Diffstat (limited to 'docs')
-rw-r--r--docs/README-for-packages20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/README-for-packages b/docs/README-for-packages
new file mode 100644
index 0000000000..35a1523ac3
--- /dev/null
+++ b/docs/README-for-packages
@@ -0,0 +1,20 @@
+This is rabbitmq-server, a message broker implementing AMQP, STOMP and MQTT.
+
+Most of the documentation for RabbitMQ is provided on the RabbitMQ web
+site. You can see documentation for the current version at:
+
+http://www.rabbitmq.com/documentation.html
+
+and for previous versions at:
+
+http://www.rabbitmq.com/previous.html
+
+Man pages are installed with this package. Of particular interest are
+rabbitmqctl(1), to interact with a running RabbitMQ server, and
+rabbitmq-plugins(1), to enable and disable plugins. These should be
+run as the superuser.
+
+An example configuration file is provided in the same directory as
+this README. Copy it to /etc/rabbitmq/rabbitmq.config to use it. The
+RabbitMQ server must be restarted after changing the configuration
+file.