File: index.html

package info (click to toggle)
rabbitmq-server 2.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,928 kB
  • sloc: erlang: 52,968; python: 2,846; xml: 1,987; sh: 816; makefile: 683; perl: 86; ruby: 63
file content (31 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
  <head>
    <title>rabbitmqadmin</title>
    <style>
      body { font: 12px Verdana,sans-serif; color: #444; padding: 8px 35px; }
      h1 { font-size: 2em; }
      code { background: #ffa; }
    </style>
  </head>
  <body>
    <h1>rabbitmqadmin</h1>

    <p>
      Download it from <a href="rabbitmqadmin">here</a> (Right click,
      Save as), make executable, and drop it in your path. Note that
      many browsers will rename the
      file <code>rabbitmqadmin.txt</code>. You will need Python
      2.x, 2.6 or later (i.e. not Python 3).
    </p>

    <p>
      See <a href="http://www.rabbitmq.com/management-cli.html">the
      rabbitmqadmin page on the website</a> for more information on
      its use, or invoke <code>rabbitmqadmin --help</code> for usage
      instructions. Windows users will need to ensure Python is on
      their path, and invoke rabbitmqadmin as <code>python.exe
      rabbitmqadmin</code>.
    </p>

  </body>
</html>