X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4d15bdaacc2a8e5b9711e9d1d6bcde50e7e0a91c..d8703c223b50f87a6adb779311f651853e6d4e36:/Vagrantfile diff --git a/Vagrantfile b/Vagrantfile index 1356109e..30bc9375 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,7 +8,7 @@ Vagrant.configure("2") do |config| # If true, then any SSH connections made will enable agent forwarding. config.ssh.forward_agent = true - #config.vm.synced_folder ".", "/home/vagrant/Nominatim" + config.vm.synced_folder ".", "/home/vagrant/Nominatim" config.vm.define "ubuntu" do |sub| sub.vm.box = "ubuntu/trusty64"