rabbitmq-server/deps/rabbitmq_management
Simon MacMullen db8fa3ef50 Expanding-collapsing sections. Note that this involves disabling auto-updates until I figure out how to do them in a less destructive way. 2010-08-24 10:57:19 +01:00
..
deps/webmachine Depend on the newer version of mochiweb. 2010-07-26 18:20:37 +01:00
ebin Shorten module names, rename a bunch of things to be more logical. 2010-08-12 12:34:50 +01:00
priv/www Expanding-collapsing sections. Note that this involves disabling auto-updates until I figure out how to do them in a less destructive way. 2010-08-24 10:57:19 +01:00
src REST for users. 2010-08-23 15:14:59 +01:00
test REST for users. 2010-08-23 15:14:59 +01:00
.hgignore This messing about trying to find the priv dir is breaking coverage. Move the dispatcher config into .erl. 2010-08-12 12:14:49 +01:00
Makefile More tests. 2010-08-12 14:54:39 +01:00
README TODO brain dump. 2010-08-03 12:31:51 +01:00
TODO Use Sammy for dispatching, rejig hash-urls schema a bit. 2010-08-23 16:32:17 +01:00

README

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
    make
    hg clone http://hg.rabbitmq.com/rabbitmq-management/
    cd rabbitmq-management
    make

After that in the directory 'rabbitmq-public-umbrella/rabbitmq-management' you
should be able to see plugins:

    $ ls  dist/
    amqp_client.ez  mochiweb.ez  rabbit_common.ez      rabbitmq-mochiweb.ez
    mochiweb.ez                  rabbit_management     webmachine.ez
    mochiweb-for-management.ez   rabbit_management.ez

To install them to a local RabbitMQ instance you need to copy some of *.ez
files into your rabbit plugins directory and activate them, for example:

    mkdir /usr/lib/rabbitmq/lib/rabbitmq_server-1.7.0/plugins
    cp rabbitmq-mochiweb.ez mochiweb-for-management.ez \
       webmachine.ez rabbit_management.ez \
        /usr/lib/rabbitmq/lib/rabbitmq_server-1.7.0/plugins
    rabbitmq-activate-plugins