Honeycomb/Releases/1609/Installing binaries from packages

From fd.io
< Honeycomb‎ | Releases/1609
Revision as of 14:14, 22 August 2016 by Mmarsale (Talk | contribs)

Jump to: navigation, search

Centos

CentOS 7.2 - Honeycomb Release RPMs

Note: Should work on any system able to process rpm package and can support VPP and also Java

Add fd.io repo

Create a file /etc/yum.repos.d/honeycomb-release.repo with contents:

[honeycomb-release]
name=honeycomb release branch latest merge
baseurl=https://nexus.fd.io/content/repositories/fd.io.master.centos7/
enabled=1
gpgcheck=0

Install honeycomb packages

sudo yum install honeycomb

Start honeycomb

Note: This will also start vpp as necessary.

sudo service honeycomb start

Ubuntu 14.04 - Honeycomb Release DEB

Note: Should work on any system able to process deb package and can support VPP and also Java

// TODO!