Created
March 11, 2015 18:35
-
-
Save arcostasi/b4fb154c7fdf96d52df2 to your computer and use it in GitHub Desktop.
Vagrant CentOS 6.5 with Parallels
This file contains hidden or 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
sudo mkdir /vagrant # OSX | |
sudo chown macuser /vagrant | |
cd /vagrant | |
vagrant plugin install vagrant-parallels | |
vagrant init parallels/centos-6.5 | |
vagrant up --provider=parallels | |
vagrant ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment