X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/df7d3b747885bcefe5f90754243bf96c386e1656..ef1a7d9073640632a1470dcff29688bf53268360:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index d97fb3f7..3a8e479b 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -38,7 +38,8 @@ is. 3. Import a small country (Monaco) - You need to give the virtual machine more memory (2GB) for an import, see `Vagrantfile`. + You need to give the virtual machine more memory (2GB) for an import, + see `Vagrantfile`. Otherwise 1GB is enough. See the FAQ how to skip this step and point Nominatim to an existing database. @@ -46,7 +47,7 @@ is. # inside the virtual machine: cd Nominatim 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 | tee monaco.$$.log + ./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 ``` @@ -128,7 +129,7 @@ No. Long running Nominatim installations will differ once new import features (o bug fixes) get added since those usually only get applied to new/changed data. Also this document skips the optional Wikipedia data import which affects ranking -of search results. See [Nominatim instllation](http://wiki.openstreetmap.org/wiki/Nominatim/Installation) for details. +of search results. See [Nominatim installation](http://wiki.openstreetmap.org/wiki/Nominatim/Installation) for details. ##### Why Ubuntu, can I test CentOS/CoreOS/FreeBSD? @@ -157,6 +158,8 @@ you edit `settings/local.php` with pgsql://postgres@localhost:9999/nominatim_it +To access postgres directly remember to specify the hostname, e.g. `psql --host localhost --port 9999 nominatim_it` + ##### My computer is slow and the import takes too long. Can I start the virtual machine "in the cloud"?