]> git.openstreetmap.org Git - nominatim.git/commit
restructure webserver setup in ubuntu 18 script
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Sep 2020 09:19:38 +0000 (11:19 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Sep 2020 09:19:38 +0000 (11:19 +0200)
commit91219bb3dd7c82ce0875dc7213e8eb4d172af313
tree9c161aadc10caafd6feacecc05e89a78e0ea530e
parentab4fe4d58a79da01a609793e03fbf91156165367
restructure webserver setup in ubuntu 18 script

Unify the two vagrant scripts for Ubuntu 18. The script can now
be run in three modes: no webserver, with apache, with nginx.
The default mode is to not install any webserver at all. This is
normally sufficient when just developping.

The commit also switches from bento to generic boxes and adds config
for running with a libvirt provider. You need an NFS deamon for
synchronized folders.
Vagrantfile
vagrant/Install-on-Ubuntu-18-nginx.sh [deleted file]
vagrant/Install-on-Ubuntu-18.sh