This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get Started | |
------------------------------------------- | |
- download and install Vagrant 1.8.5 (www.vagrantup.com) | |
- download and install Virtual Box 5.2.1 (www.virtualbox.org) | |
- verify in Terminal it's installed: vagrant -v | |
- $ vagrant init centos/7 | |
- $ install guest additions: | |
- $ sudo yum install dkms | |
- $ sudo yum groupinstall "Development Tools" | |
- $ sudo yum install kernel-devel |