blob: 9fcc82a2c7eb7f7ffb74ba8ac0f09ce2595cf112 [file] [log] [blame]
Vagrant::Config.run do |config|
config.vm.box = "ubuntu12.04"
config.vm.network :hostonly, "172.19.1.5"
config.vm.share_folder("tornado", "/tornado", "../../..", :nfs=> true)
config.vm.provision :shell, :path => "setup.sh"
end