diff options
author | jdenisco <jdenisco@cisco.com> | 2019-05-01 16:30:36 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-10 19:48:54 +0000 |
commit | 0da895dffe0904a68f7449f2684ee0af2538a99f (patch) | |
tree | ca72b48deb541a36b977fbc1aca5c8366909078b /docs/gettingstarted | |
parent | 9eac0017f30db775fb1759d83e17dfb581e40033 (diff) |
docs: Add 1904
Change-Id: Icf0e01d1dec69d48664ed633205248359b653f4d
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r-- | docs/gettingstarted/installing/index.rst | 5 | ||||
-rw-r--r-- | docs/gettingstarted/installing/ubuntu.rst | 19 |
2 files changed, 9 insertions, 15 deletions
diff --git a/docs/gettingstarted/installing/index.rst b/docs/gettingstarted/installing/index.rst index 3615e6ff7c4..6326247e95a 100644 --- a/docs/gettingstarted/installing/index.rst +++ b/docs/gettingstarted/installing/index.rst @@ -13,6 +13,11 @@ existing packages. This guide describes how to pull, install and run the VPP pac This section provides directions on how to Install VPP binaries on Ubuntu, Centos, and openSUSE platforms. +FD.io VPP is installed using Package Cloud. For a complete set of +instructions on how to install VPP with package cloud please refer +to `Package Cloud <https://packagecloud.io/fdio/release>`_. + + Installing on Ubuntu --------------------------------- diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst index 65fd5e21f00..98d73541c4e 100644 --- a/docs/gettingstarted/installing/ubuntu.rst +++ b/docs/gettingstarted/installing/ubuntu.rst @@ -5,10 +5,6 @@ Ubuntu 18.04 - Setup the FD.io Repository ========================================== -FD.io VPP is installed using Package Cloud. For a complete set of -instructuctions on how to install VPP with package cloud please refer -to `Package Cloud <https://packagecloud.io/fdio/release>`_ - Choose one of the following releases to install. Update the OS @@ -37,7 +33,7 @@ Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the follow .. code-block:: console - deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu xenial main + deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu bionic main Get the key: @@ -52,7 +48,7 @@ Create the file **/etc/apt/sources.list.d/99fd.io.list** that contain the follow .. code-block:: console - deb [trusted=yes] https://packagecloud.io/fdio/master/ubuntu xenial main + deb [trusted=yes] https://packagecloud.io/fdio/master/ubuntu bionic main Get the key: @@ -69,7 +65,7 @@ Install the mandatory packages by running the following commands: .. code-block:: console sudo apt-get update - sudo apt-get install vpp + sudo apt-get install vpp vpp-plugin-core vpp-plugin-dpdk Install the Optional Packages @@ -77,17 +73,10 @@ Install the Optional Packages Install the optional packages by running the following command: -For the release packages: - .. code-block:: console - sudo apt-get install vpp-plugins vpp-api-java vpp-api-lua vpp-api-python vpp-dbg vpp-dev - -For the master packages: - -.. code-block:: console + sudo apt-get install vpp-api-python python3-vpp-api vpp-dbg vpp-dev - sudo apt-get install vpp-plugin-core vpp-api-python vpp-dbg vpp-dev vpp-plugin-dpdk Uninstall the Packages ====================== |