Commit a6b73b8b authored by Enrique García's avatar Enrique García

added Vagrant files

parent 9cabda51
{"active":{"default":"1dfdc15b-f741-4045-a030-ee3ea6369ce8"}}
\ No newline at end of file
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "lucid32"
config.vm.host_name = "ohwr.local"
config.vm.boot_mode = :headless
#config.vm.boot_mode = :gui
config.vm.network :hostonly, "192.168.33.13"
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment