Skip to content

Instantly share code, notes, and snippets.

@RodrigoPrior
RodrigoPrior / Vagrantfile
Created January 27, 2012 00:31
Vagrant PHP Dev
Vagrant::Config.run do |config|
config.vm.customize do |vm|
vm.name = "PHP dev"
vm.memory_size = 512
end
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu32"
# Assign this VM to a host only network IP, allowing you to access it