ubuntu-vagrant: install Nominatim as vagrant user

This commit is contained in:
Sarah Hoffmann
2016-02-08 23:44:27 +01:00
parent ebdd250fa0
commit a2994fc55c
2 changed files with 23 additions and 15 deletions

2
Vagrantfile vendored
View File

@@ -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"