From 74b3251c7a287983dc33d0be4f5f980262dc93b3 Mon Sep 17 00:00:00 2001 From: Srihari Thalla Date: Tue, 23 May 2017 14:18:55 +0530 Subject: [PATCH] Update the formatting in Vagrant markdown doc --- VAGRANT.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/VAGRANT.md b/VAGRANT.md index 56a63432..c24717a1 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -43,15 +43,15 @@ is. See the FAQ how to skip this step and point Nominatim to an existing database. - ``` - # inside the virtual machine: - mkdir data - 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 - ``` - - To repeat an import you'd need to delete the database first + ``` + # inside the virtual machine: + mkdir data + 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 + ``` + + To repeat an import you'd need to delete the database first dropdb -if-exists nominatim -- 2.39.5