]> git.openstreetmap.org Git - nominatim.git/blobdiff - Vagrantfile
initial version of documented CentOS7 vagrant script
[nominatim.git] / Vagrantfile
index 1356109e1c7ba04523dcbdaf6cd85e83ad83a45b..889bad369176cf6aaa216c6e4ca42005c5060f92 100644 (file)
@@ -14,9 +14,13 @@ 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"
+      sub.vm.provision :shell, :path => "vagrant/install-on-centos-7.sh"
   end
 
   # configure shared package cache if possible