vagrant: add examples about installing virtualbox in README.md
Add examples for installing guide. Before running a vagrant virtual machine or script, we need this. Signed-off-by: yidong0635 <dongx.yi@intel.com> Change-Id: I2f7ad8addf4300e75266d2b6fdf1b065eac0bb7c Reviewed-on: https://review.gerrithub.io/436664 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Liang Yan <liang.z.yan@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
06a0d9ab33
commit
23a95386c8
@ -42,6 +42,17 @@ Quick start instructions for OSX:
|
||||
|
||||
Following the generic instructions should be sufficient for most Linux distributions. For more thorough instructions on installing VirtualBox on your distribution of choice, please see the following [guide](https://www.virtualbox.org/wiki/Linux_Downloads).
|
||||
|
||||
Examples on Fedora26/Fedora27/Fedora28
|
||||
|
||||
1. yum check-update
|
||||
2. yum update -y
|
||||
3. yum install qt*
|
||||
4. yum install libsdl*
|
||||
5. rpm -ivh VirtualBox-5.2-5.2.16_123759_fedora26-1.x86_64.rpm (select the right version in https://www.virtualbox.org/wiki/Linux_Downloads)
|
||||
6. VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.16.vbox-extpack(install the same pack as your installed version of VirtualBox)
|
||||
7. rpm -ivh vagrant_2.1.2_x86_64.rpm
|
||||
|
||||
|
||||
## Configure Vagrant
|
||||
|
||||
If you are behind a corporate firewall, configure the following proxy settings.
|
||||
|
Loading…
Reference in New Issue
Block a user