X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/82dbcbb12a1285e7b345e232196b02b9cae35f9a..04644102f2721d6fa6fbb86af8fb7ad8267add56:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index d26b8dbd..b0df9a88 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -42,9 +42,9 @@ is. ``` # inside the virtual machine: - cd build - wget --no-verbose --output-document=/tmp/monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf - nominatim import --osm-file /tmp/monaco.osm.pbf + cd nominatim-project + wget --no-verbose --output-document=monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf + nominatim import --osm-file monaco.osm.pbf 2>&1 | tee monaco.$$.log ``` To repeat an import you'd need to delete the database first