X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3fe49072feeb377da26bd488d3fc62aee9fadf56..f2a2c29815768171406587b7bc528f5033ec9b8f:/VAGRANT.md?ds=sidebyside diff --git a/VAGRANT.md b/VAGRANT.md index c662d5e4..3a8e479b 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -129,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? @@ -158,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"?