mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
ubuntu-vagrant: install Nominatim as vagrant user
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
|
||||
# If true, then any SSH connections made will enable agent forwarding.
|
||||
config.ssh.forward_agent = true
|
||||
|
||||
#config.vm.synced_folder ".", "/home/vagrant/Nominatim"
|
||||
config.vm.synced_folder ".", "/home/vagrant/Nominatim"
|
||||
|
||||
config.vm.define "ubuntu" do |sub|
|
||||
sub.vm.box = "ubuntu/trusty64"
|
||||
|
||||
Reference in New Issue
Block a user