]> git.openstreetmap.org Git - nominatim.git/blobdiff - Vagrantfile
README: tiny markdown syntax error
[nominatim.git] / Vagrantfile
index bd610e7e756fda910b69da6838cc6a398907c80f..4740f87944cc81f4b7468348e6de21541c380574 100644 (file)
@@ -23,6 +23,15 @@ Vagrant.configure("2") do |config|
       end
   end
 
+  config.vm.define "ubuntu18nginx" do |sub|
+      sub.vm.box = "bento/ubuntu-18.04"
+      sub.vm.provision :shell do |s|
+        s.path = "vagrant/Install-on-Ubuntu-18-nginx.sh"
+        s.privileged = false
+        s.args = [checkout]
+      end
+  end
+
   config.vm.define "ubuntu16" do |sub|
       sub.vm.box = "bento/ubuntu-16.04"
       sub.vm.provision :shell do |s|