diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2013-10-24 13:04:23 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2013-10-24 13:04:23 +0100 |
commit | 9859dc69f6c614d1c179df3bb2f6ded314d0327d (patch) | |
tree | 527f5ccc4c22f6372dc205e15b61d8d945a229e2 | |
parent | 6ed8476afad6e268a20a6fd818a5621b9532d5b6 (diff) | |
download | rabbitmq-server-bug25835.tar.gz |
Write a very basic README that will hopefully point people in some vaguely useful directions.bug25835
-rw-r--r-- | packaging/common/README | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/packaging/common/README b/packaging/common/README index 27e77237..0a29ee27 100644 --- a/packaging/common/README +++ b/packaging/common/README @@ -1 +1,20 @@ -This is the readme for deb and RPM. +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 or enabling or disabling plugins. |