X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ee7a6e8f927298295e4c119faecbee2736ffbfcb..a793f698f3162866d73e64af1a757fc0348660be:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index cd3ed311..56a63432 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -17,7 +17,7 @@ is. 3. Nominatim - git clone --recursive https://github.com/twain47/Nominatim.git + git clone --recursive https://github.com/openstreetmap/Nominatim.git If you haven't used `--recursive`, then you can load the submodules using @@ -49,8 +49,6 @@ is. cd build 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 - ./utils/specialphrases.php --countries > ../data/specialphrases_countries.sql - psql -d nominatim -f ../data/specialphrases_countries.sql ``` To repeat an import you'd need to delete the database first