docs: convert plugins doc md->rst
[vpp.git] / docs / reference / vppvagrant / installingVboxVagrant.rst
1 .. _installingVboxVagrant:
2
3 Installing Vbox and Vagrant
4 ===========================
5
6 Installing VirtualBox
7 _____________________
8
9 First download VirtualBox, which is virtualization software for creating VM's.
10
11 If you're on CentOS, follow the `steps here <https://wiki.centos.org/HowTos/Virtualization/VirtualBox>`_.
12
13
14 If you're on Ubuntu, perform:
15
16 .. code-block:: shell
17
18    $ sudo apt-get install virtualbox 
19
20 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>`_.
21
22 Installing Vagrant
23 __________________
24
25 Here we are on a 64-bit version of CentOS, downloading and installing Vagrant 2.1.2:
26
27 .. code-block:: shell
28
29    $ yum -y install https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.rpm
30
31 This is a similar command, but on a 64-bit version of Debian:
32
33 .. code-block:: shell
34
35    $ sudo apt-get install https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb
36
37
38 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>`_.