Difference between revisions of "VPP/Installing VPP binaries from packages"

From fd.io
< VPP
Jump to: navigation, search
(Add fd.io repo)
Line 133: Line 133:
 
=== Add fd.io repo ===
 
=== Add fd.io repo ===
  
 
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
==== VPP Release rpms ====
+
==== CentOS 7.2 - VPP Release 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 145: Line 146:
 
gpgcheck=0
 
gpgcheck=0
 
</pre>
 
</pre>
 +
</div>
 +
</div>
  
==== master branch ====
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
 +
==== CentOS 7.2 - VPP master branch ====
 +
<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 153: Line 158:
 
[fdio-master]
 
[fdio-master]
 
name=fd.io master branch latest merge
 
name=fd.io master branch latest merge
baseurl=https://nexus.fd.io/content/repositories/fd.io.master.centos7/
+
baseurl=https://nexus.fd.io/content/repositories/fd.io.centos7/
 
enabled=1
 
enabled=1
 
gpgcheck=0
 
gpgcheck=0
 
</pre>
 
</pre>
 +
</div>
 +
</div>
  
==== stable/1606 branch ====
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
 +
==== CentOS 7.2 - VPP stable/1606 branch RPMs ====
 +
<div class="mw-collapsible-content">
  
 
Create a file /etc/yum.repos.d/fdio-stable-1606.repo with contents:
 
Create a file /etc/yum.repos.d/fdio-stable-1606.repo with contents:
Line 169: Line 178:
 
gpgcheck=0
 
gpgcheck=0
 
</pre>
 
</pre>
 +
 +
</div>
 +
</div>
  
 
=== Install vpp packages ===
 
=== Install vpp packages ===

Revision as of 01:04, 17 June 2016

Intro

If you are simply using vpp, 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).

Ubuntu/Debian

Release VPP 16.06 VPP MASTER
Ubuntu14.04 Instructions Instructions
Ubuntu16.04 Instructions Instructions
Ubuntu15.04 Anecdotally! WARNING! Anecdotally! WARNING!

Add fd.io repo

 [Expand

Package Descriptions


 [Expand

Ubuntu 14.04 -- VPP Release Packages

 [Expand

Ubuntu 16.04 -- VPP Release Packages


 [Expand

Ubuntu 14.04 -- VPP master branch

 [Expand

Ubuntu 16.04 -- VPP master branch


 [Expand

Ubuntu 14.04 -- VPP stable/1606 branch

 [Expand

Ubuntu 16.04 -- VPP stable/1606 branch

Centos

Add fd.io repo

 [Expand

CentOS 7.2 - VPP Release RPMs

 [Expand

CentOS 7.2 - VPP master branch

 [Expand

CentOS 7.2 - VPP stable/1606 branch RPMs

Install vpp packages

sudo yum install vpp