mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
Update VAGRANT.md
This commit is contained in:
parent
6de0a854fb
commit
e64e3b4939
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user