X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/a2994fc55ceaad974e6cfda80394d246a3fa5a3f..6fc32d9645f98ec39c8773d6bf01cc2f6d4969de:/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"