X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1d89098f7709791cafca26c72ceb59bbbf817a51..df764a3f3bcd55e6f7bae4db204848bee0da2a7a:/Vagrantfile diff --git a/Vagrantfile b/Vagrantfile index 30bc9375..f32640f1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,6 +14,10 @@ Vagrant.configure("2") do |config| sub.vm.box = "ubuntu/trusty64" sub.vm.provision :shell, :path => "vagrant/ubuntu-trusty-provision.sh" end + config.vm.define "ubuntu-php7" do |sub| + sub.vm.box = "ubuntu/trusty64" + sub.vm.provision :shell, :path => "vagrant/ubuntu-trusty-php7-provision.sh" + end config.vm.define "centos" do |sub| sub.vm.box = "bento/centos-7.2" sub.vm.provision :shell, :path => "vagrant/centos-7-provision.sh"