blob: a1ffc997b023465187bc2511366492590389f7e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
|