X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ed22d640f4c3b735739ba33432a9bbe1bed5ffbc..63dc4b39bc6bc0bf5a95d0c1a8298f5349637a9e:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index b10a5ac7..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 - ./utils/setup.php --osm-file /tmp/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | tee monaco.$$.log + 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