Using Parallels with MediaWiki-Vagrant

Parallels Desktop is a commercial virtualization application for OS X.

Setup

Support for Parallels with MW-Vagrant requires some additional plugins, vagrant-parallels which implements a parallels provider, and vagrant-puppet-install which ensures Puppet is installed to the base Ubuntu image.

vagrant plugin install vagrant-parallels
vagrant plugin install vagrant-puppet-install

Use

vagrant up --provider=parallels

Note that port forwarding works via localhost but not via external interfaces of the host machine by default.