Honeycomb/Releases/1609/Installing binaries from packages
From fd.io
Contents
Intro
If you are simply using honeycomb, it can be convenient to simply install the packages. The instructions below will pull the latest freshest package build from the master branch (updated on every merge). Please note, honeycomb will pull in vpp as necessary.
Centos
Add fd.io repo
CentOS 7.2 - VPP master branch RPMs
Create a file /etc/yum.repos.d/fdio-master.repo with contents:
[fdio-master] name=fd.io master branch latest merge baseurl=https://nexus.fd.io/content/repositories/fd.io.master.centos7/ enabled=1 gpgcheck=0
</div>
Install honeycomb packages
Note: This will also install vpp appropriately as a dependency.
sudo yum install honeycomb
Start honeycomb
Note: This will also start vpp as necessary.
sudo service honeycomb start