add vagrant setup
This commit is contained in:
9
Vagrantfile
vendored
Normal file
9
Vagrantfile
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
Vagrant.configure("2") do |cfg|
|
||||
cfg.vm.box = "ubuntu/xenial64"
|
||||
|
||||
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/schrej/wings.go"
|
||||
|
||||
cfg.vm.provision :shell, path: ".dev/vagrant/provision.sh"
|
||||
|
||||
cfg.vm.network :private_network, ip: "192.168.50.4"
|
||||
end
|
||||
Reference in New Issue
Block a user