]> git.openstreetmap.org Git - nominatim.git/commitdiff
Update VAGRANT.md
authormanzari <manzari@mailbox.org>
Thu, 6 Jul 2017 16:05:14 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2017 16:05:14 +0000 (18:05 +0200)
VAGRANT.md

index c24717a1c2970fc349bf69720cef184832687cc2..7a891f1c8a1f6e8298e0d6477c6322d76272c05b 100644 (file)
@@ -47,13 +47,14 @@ is.
       # inside the virtual machine:
       mkdir data
       cd build
+      wget -O /home/vagrant/Nominatim/data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz
       wget --no-verbose --output-document=../data/monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf
       ./utils/setup.php --osm-file ../data/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | tee monaco.$$.log
       ```
 
     To repeat an import you'd need to delete the database first
 
-        dropdb -if-exists nominatim
+        dropdb --if-exists nominatim