Update the formatting in Vagrant markdown doc

This commit is contained in:
Srihari Thalla 2017-05-23 14:18:55 +05:30
parent 6830b1229e
commit 74b3251c7a
No known key found for this signature in database
GPG Key ID: DA7E25468693A842

View File

@ -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
```
```
# 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
To repeat an import you'd need to delete the database first
dropdb -if-exists nominatim