vpp/docs/guides/progressivevpp/settingupenvironment.rst
John DeNisco c8e7f419fe Added missing file
docs: Incorporate Javier's progressive VPP tutorial

Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497
Signed-off-by: John DeNisco <jdenisco@cisco.com>
2018-08-03 17:38:40 +00:00

22 lines
510 B
ReStructuredText

.. _settingupenvironment:
.. toctree::
Setting up FD.io VPP environment with Vagrant
---------------------------------------------
Refer to :ref:`this guide<installingVboxVagrant>` for setting up a Virtual Box with Vagrant
After setting up Vagrant, use these commands on your Vagrant directory to boot the VM:
.. code-block:: console
# vagrant up
.. code-block:: console
# vagrant ssh
Afterwards, configure FD.io VPP on the Vagrant system following the steps on the :ref:`configutil` guide.