Created
April 19, 2013 18:11
-
-
Save tsabat/5422116 to your computer and use it in GitHub Desktop.
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant::Config.run do |config| | |
# Every Vagrant virtual environment requires a box to build off of. | |
config.vm.box = "12_10" | |
config.vm.box_url = "http://goo.gl/wxdwM" | |
config.vm.network :hostonly, "33.33.33.10" | |
config.vm.customize ["modifyvm", :id, "--memory", 2048] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment