このコンテンツは選択した言語では利用できません。
Chapter 2. Installation
This chapter guides you through the steps to install AMQ Ruby in your environment.
2.1. Prerequisites リンクのコピーリンクがクリップボードにコピーされました!
To begin installation, use your subscription to access AMQ distribution files and repositories.
2.2. Installing on Red Hat Enterprise Linux リンクのコピーリンクがクリップボードにコピーされました!
AMQ Ruby is distributed as a set of RPM packages for Red Hat Enterprise Linux. Follow these steps to install them.
Use the
subscription-managercommand to subscribe to the required package repositories.Red Hat Enterprise Linux 7
sudo subscription-manager repos --enable=amq-clients-2-for-rhel-7-server-rpms
$ sudo subscription-manager repos --enable=amq-clients-2-for-rhel-7-server-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow Use the
yumcommand to install therubygem-qpid_protonandrubygem-qpid_proton-docpackages.sudo yum install rubygem-qpid_proton rubygem-qpid_proton-doc
$ sudo yum install rubygem-qpid_proton rubygem-qpid_proton-docCopy to Clipboard Copied! Toggle word wrap Toggle overflow