Difference between revisions of "Honeycomb/Releases/1609/Installing binaries from packages"

From fd.io
Jump to: navigation, search
(Created page with "== 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 t...")
 
(Centos)
Line 11: Line 11:
  
 
==== CentOS 7.2 - VPP master branch RPMs ====
 
==== CentOS 7.2 - VPP master branch RPMs ====
<div class="mw-collapsible-content">
 
  
 
Create a file /etc/yum.repos.d/fdio-master.repo with contents:
 
Create a file /etc/yum.repos.d/fdio-master.repo with contents:
Line 22: Line 21:
 
gpgcheck=0
 
gpgcheck=0
 
</pre>
 
</pre>
</div>
 
</div>
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
 
  
 
=== Install honeycomb packages ===
 
=== Install honeycomb packages ===

Revision as of 04:46, 21 June 2016

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

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