diff options
author | 2018-08-03 11:02:24 -0400 | |
---|---|---|
committer | 2018-08-03 17:38:40 +0000 | |
commit | c8e7f419fed65f2a9d055a5c9850e5fb213d9152 (patch) | |
tree | e7ef53d1113bbea129de6a1b4b709fa35ca2f2a7 /docs/guides/progressivevpp/settingupenvironment.rst | |
parent | b199e98fef4256795db7fb055b180a07ce84de5c (diff) |
Added missing file
docs: Incorporate Javier's progressive VPP tutorial
Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/guides/progressivevpp/settingupenvironment.rst')
-rw-r--r-- | docs/guides/progressivevpp/settingupenvironment.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/guides/progressivevpp/settingupenvironment.rst b/docs/guides/progressivevpp/settingupenvironment.rst new file mode 100644 index 00000000000..a1ffc997b02 --- /dev/null +++ b/docs/guides/progressivevpp/settingupenvironment.rst @@ -0,0 +1,21 @@ +.. _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. + |