diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-17 14:25:15 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-17 19:40:10 +0000 |
commit | a5db42f366798034e464442c92a90529fc947f08 (patch) | |
tree | ae96e6b332a7f5585a94a4ae069511f9fe07add9 /docs/gettingstarted/installing/index.rst | |
parent | bf21dc85053931bc597e0fab1112061aa60e986b (diff) |
docs: Moved installing up a level, removed guides.
Change-Id: Ie4b2939b693698585f1f2d12391a0009e80bac0b
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/installing/index.rst')
-rw-r--r-- | docs/gettingstarted/installing/index.rst | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/gettingstarted/installing/index.rst b/docs/gettingstarted/installing/index.rst new file mode 100644 index 00000000000..3615e6ff7c4 --- /dev/null +++ b/docs/gettingstarted/installing/index.rst @@ -0,0 +1,50 @@ +.. _installing: + +.. toctree:: + +.. _installingVPP: + +Downloading and Installing VPP +============================== + +If you want to use VPP it can be convenient to install the binaries from +existing packages. This guide describes how to pull, install and run the VPP packages. + +This section provides directions on how to Install VPP binaries on Ubuntu, Centos, +and openSUSE platforms. + +Installing on Ubuntu +--------------------------------- + +The following are instructions on how to install VPP on Ubuntu. + +.. toctree:: + + ubuntu + +Installing on Centos +------------------------------- + +The following are instructions on how to install VPP on Centos. + +.. toctree:: + + centos + +Installing on openSUSE +-------------------------------------- + +The following are instructions on how to install VPP on openSUSE. + +.. toctree:: + + opensuse + +Package Descriptions +---------------------------------- + +The following is a brief description of the packages to be installed with VPP. + +.. toctree:: + + packages |