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
| 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 |
NewerOlder