Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Created March 11, 2015 18:35
Show Gist options
  • Save arcostasi/b4fb154c7fdf96d52df2 to your computer and use it in GitHub Desktop.
Save arcostasi/b4fb154c7fdf96d52df2 to your computer and use it in GitHub Desktop.
Vagrant CentOS 6.5 with Parallels
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