diff options
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 |