rabbitmq-server/deps/rabbitmq_management/README

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2010-08-03 19:31:51 +08:00
WARNING: this is experimental, unstable, unfinished. Do not rely on any
APIs exposed. Do not rely on it not to crash your server.
This is a normal RabbitMQ plugin. For detailed installation instructions
go to:
http://www.rabbitmq.com/admin-guide.html#installing-plugins
A summary:
hg clone http://hg.rabbitmq.com/rabbitmq-public-umbrella/
cd rabbitmq-public-umbrella
make co
2010-08-03 19:31:51 +08:00
make
hg clone http://hg.rabbitmq.com/rabbitmq-management/
cd rabbitmq-management
make
2010-08-03 19:31:51 +08:00
After that in the directory 'rabbitmq-public-umbrella/rabbitmq-management' you
2010-08-27 00:42:03 +08:00
should be able to see the plugins:
$ ls dist
amqp_client.ez rabbit_common.ez rabbitmq-management.ez webmachine.ez
mochiweb.ez rabbitmq-management rabbitmq-mochiweb.ez
2010-08-27 20:58:19 +08:00
To install them to a local RabbitMQ instance you need to copy all of the *.ez
files into your rabbit plugins *except* rabbit_common.ez.
For example:
2010-08-27 00:42:03 +08:00
cp rabbitmq-mochiweb.ez mochiweb.ez webmachine.ez \
amqp_client.ez rabbitmq-management.ez \
/usr/lib/rabbitmq/lib/rabbitmq_server-2.0.0/plugins
rabbitmq-activate-plugins
Finally, restart RabbitMQ and point your browser to
http://<server>:55672/mgmt/