Added missing file
[vpp.git] / docs / guides / progressivevpp / settingupenvironment.rst
1 .. _settingupenvironment:
2
3 .. toctree::
4
5 Setting up FD.io VPP environment with Vagrant
6 ---------------------------------------------
7
8 Refer to :ref:`this guide<installingVboxVagrant>` for setting up a Virtual Box with Vagrant
9
10 After setting up Vagrant, use these commands on your Vagrant directory to boot the VM:
11
12 .. code-block:: console
13
14     # vagrant up
15
16 .. code-block:: console 
17
18     # vagrant ssh
19
20 Afterwards, configure FD.io VPP on the Vagrant system following the steps on the :ref:`configutil` guide.
21