summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-09 17:12:27 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit231e90cacf3daec5f43b3307867129e61496b123 (patch)
tree5f9d3667b953b47391c93f2e65eda6c3fc7d711b /docs
parentbb018b6adc4295fe13690ca8c3e23a3b828856fd (diff)
downloadrabbitmq-server-git-231e90cacf3daec5f43b3307867129e61496b123.tar.gz
Packages are now "self-hosted": no need for the packaging dir
... in the source distribution anymore
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.