X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a4ecd9d73e93a56aeee336c7fa7e18aa42bd9e03..ff6c3a705be5477d32d832df174107e65c3556a5:/Vagrantfile?ds=sidebyside diff --git a/Vagrantfile b/Vagrantfile index f32640f1..889bad36 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" @@ -20,7 +20,7 @@ Vagrant.configure("2") do |config| end config.vm.define "centos" do |sub| sub.vm.box = "bento/centos-7.2" - sub.vm.provision :shell, :path => "vagrant/centos-7-provision.sh" + sub.vm.provision :shell, :path => "vagrant/install-on-centos-7.sh" end # configure shared package cache if possible