Open
Description
Enable EPEL
sudo rpm -i https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Yum update
sudo yum -y update
Install preprequisites
sudo yum -y install qpid-proton-c-devel python-qpid-proton
Install Official release of router
sudo rpm -Uvh libwebsockets-2.1.0-3.el7.x86_64.rpm
sudo rpm -Uvh qpid-dispatch-router-0.8.0-9.el7.x86_64.rpm
The above directions result in version issues as yum does not give a version necessary for the rpms if you download the latest RPMs from access. The below works:
Enable EPEL
sudo rpm -i https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Yum update
sudo yum -y update
Install preprequisites
sudo yum -y install qpid-proton-c-devel python-qpid-proton
sudo yum install qpid-dispatch-router qpid-dispatch-tools
yum install python-websockify
Metadata
Metadata
Assignees
Labels
No labels