John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _vagrantOverview: |
| 2 | |
| 3 | .. toctree:: |
| 4 | |
| 5 | Overview |
| 6 | ^^^^^^^^ |
| 7 | |
| 8 | This guide shows how the VPP :ref:`vppVagrantfile` interacts with shell scripts to configure a `Vagrant box <https://www.vagrantup.com/docs/boxes.html>`_ that boots a VM with VPP. |
| 9 | |
| 10 | .. _prereqlabel: |
| 11 | |
| 12 | Prerequisites |
| 13 | _____________ |
| 14 | |
| 15 | You have the `FD.io VPP repo <https://github.com/FDio/vpp>`_ cloned locally on your machine. |
| 16 | |
| 17 | |
| 18 | This guide will refer to the following files from that repo: *Vagrantfile, build.sh, env.sh, and update.sh*. |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |