diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-16 13:50:02 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-17 17:28:28 +0000 |
commit | c4c72d28352f74be5e3c78521e73ff64bbb78ea0 (patch) | |
tree | 2cb26ebd5206a6b8bb31eb3703f1ae8bbab6f6fc /docs/reference/vppvagrant | |
parent | a60c3ed14b2cd2f63a1262b8935b823e081aeef7 (diff) |
docs: Rework the VPP progressive Tutorial.
Change-Id: If5b0d07ea90d978c6b1f11210a661876b7929653
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/reference/vppvagrant')
-rw-r--r-- | docs/reference/vppvagrant/index.rst | 4 | ||||
-rw-r--r-- | docs/reference/vppvagrant/installingVboxVagrant.rst | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/reference/vppvagrant/index.rst b/docs/reference/vppvagrant/index.rst index 7852cb88514..04da9e3f022 100644 --- a/docs/reference/vppvagrant/index.rst +++ b/docs/reference/vppvagrant/index.rst @@ -1,4 +1,4 @@ -.. _vppcontainers: +.. _vppvagrant: VM's with Vagrant ================= @@ -13,5 +13,3 @@ This reference guide will cover using Vagrant to boot a VM (virtual machine). boxSetup VagrantVMSetup vppVagrantfile - - diff --git a/docs/reference/vppvagrant/installingVboxVagrant.rst b/docs/reference/vppvagrant/installingVboxVagrant.rst index 018ce6cfb53..326312899b4 100644 --- a/docs/reference/vppvagrant/installingVboxVagrant.rst +++ b/docs/reference/vppvagrant/installingVboxVagrant.rst @@ -1,7 +1,5 @@ .. _installingVboxVagrant: -.. toctree:: - Installing Vbox and Vagrant =========================== @@ -19,6 +17,8 @@ If you're on Ubuntu, perform: $ sudo apt-get install virtualbox +If you want to download a newer version of Virtual Box or one specific to your OS and architecture, go to the `Virtual Box download page <https://www.virtualbox.org/wiki/Downloads>`_. + Installing Vagrant __________________ @@ -35,4 +35,4 @@ This is a similar command, but on a 64-bit version of Debian: $ sudo apt-get install https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb -If you want to download a newer version of Vagrant or one specific to your OS and architecture, go to the Vagrant `download page <https://www.vagrantup.com/downloads.html>`_, right-click and copy the link address for your specified version, and replace the above install command for your respective OS and architechure.
\ No newline at end of file +If you want to download a newer version of Vagrant or one specific to your OS and architecture, go to the `Vagrant download page <https://www.vagrantup.com/downloads.html>`_. |