doc(install): updates install instructions

This adds details and link to virtualbox's page to provide guidance in
the installation of Jarvis AIO.

Signed-off-by: Tin Lam <tin@irrational.io>
Change-Id: Ia37fe29408a5df6ca3f8b8982dac44e4c27e9ecc
This commit is contained in:
Tin Lam 2021-01-19 16:44:44 -06:00
parent d503d1ee7c
commit 578802f827

View File

@ -11,11 +11,13 @@ A vagrant file is provided under ``tools/deployment/vagrant``, running
``vagrant up`` from this directory should bring up and deploy a copy of the
Jarvis AIO.
.. hint:: The recommended provider in the ``Vagrantfile`` is ``virtualbox``,
however, ``libvirt`` is included.
.. note:: For Vagrant to work, a virtualization provider (e.g. ``Virtualbox``,
``libvirt``) is required. The recommended provider in the
``Vagrantfile`` is ``Virtualbox``, however, ``libvirt`` is included. To
install ``Virtualbox``, see the instruction at
`Virtualbox's page <https://www.virtualbox.org/>`_.
.. note:: This document does not cover the installation of vagrant.
Please refer to the instructions
`here <https://www.vagrantup.com/docs/installation>`_.
Please refer to the instructions at
`Vagrant's page <https://www.vagrantup.com/docs/installation>`_.