Make sure your version of VirtualBox matches the version used to create the vagrant box.
- Copy
rhel-6.8.virtualbox.box
from the repository into your desired directory. - Run
vagrant box add rhel-6.8 <path-to-box-file>
- If you change the name of the box, remember to edit Vagrantfile (config.vm.box)
- Clone this repository.
- Copy
Vagrantfile.example
intoVagrantfile
- Add your RedHat Developer credentials to
Vagrantfile
- If you do not have a developer account, create one.
- Run
vagrant plugin install vagrant-reload vagrant-vbguest
- Run
vagrant up
- If there is an error during this process, try running
vagrant provision
- If there is an error during this process, try running
- Run
vagrant ssh
to connect to your development environment.