69 lines
2.5 KiB
XML
69 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="_install_rabbitmq">
|
|
<title>Install RabbitMQ</title>
|
|
<section xml:id="_on_ubuntu_debian">
|
|
<title>On Ubuntu and Debian</title>
|
|
<para>RabbitMQ is packaged on both distros:</para>
|
|
<screen><prompt>#</prompt> <userinput>apt-get install rabbitmq-server rabbitmq-plugins</userinput></screen>
|
|
<note>
|
|
<para>
|
|
<link xlink:href="http://www.rabbitmq.com/install-debian.html">
|
|
Official manual for installing RabbitMQ on Ubuntu and Debian</link>
|
|
</para>
|
|
</note>
|
|
</section>
|
|
<section xml:id="_on_fedora_rhel">
|
|
<title>On Fedora and RHEL</title>
|
|
<para>RabbitMQ is packaged on both distros:</para>
|
|
<screen><prompt>#</prompt> <userinput>yum install rabbitmq-server</userinput></screen>
|
|
<note>
|
|
<para>
|
|
<link xlink:href="http://www.rabbitmq.com/install-rpm.html">
|
|
Official manual for installing RabbitMQ on Fedora and RHEL</link>
|
|
</para>
|
|
</note>
|
|
</section>
|
|
<section xml:id="_on_opensuse_sles">
|
|
<title>On openSUSE and SLES</title>
|
|
<procedure>
|
|
<title>On openSUSE:</title>
|
|
<step>
|
|
<screen><prompt>#</prompt> <userinput>zypper install rabbitmq-server</userinput></screen>
|
|
</step>
|
|
</procedure>
|
|
<note>
|
|
<para>
|
|
<link xlink:href="http://www.rabbitmq.com/install-rpm.html">
|
|
Official manual for installing RabbitMQ on openSUSE</link>
|
|
</para>
|
|
</note>
|
|
<para>
|
|
<link xlink:href="http://www.rabbitmq.com/install-rpm.html">
|
|
Official manual for installing RabbitMQ on openSUSE</link>
|
|
</para>
|
|
<procedure>
|
|
<title>On SLES 12:</title>
|
|
<step>
|
|
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://Cloud:OpenStack:Kilo/SLE_12 Kilo</userinput></screen>
|
|
<note>
|
|
<para>The packages are signed by GPG key 893A90DAD85F9316. You should
|
|
verify the fingerprint of the imported GPG key before using
|
|
it.</para>
|
|
<programlisting>Key ID: 893A90DAD85F9316
|
|
Key Name: Cloud:OpenStack OBS Project <Cloud:OpenStack@build.opensuse.org>
|
|
Key Fingerprint: 35B34E18ABC1076D66D5A86B893A90DAD85F9316
|
|
Key Created: Tue Oct 8 13:34:21 2013
|
|
Key Expires: Thu Dec 17 13:34:21 2015</programlisting>
|
|
</note>
|
|
</step>
|
|
<step>
|
|
<screen><prompt>#</prompt> <userinput>zypper install rabbitmq-server</userinput></screen>
|
|
</step>
|
|
</procedure>
|
|
</section>
|
|
</section>
|