]> git.openstreetmap.org Git - nominatim.git/blobdiff - VAGRANT.md
Merge remote-tracking branch 'mtmail/mobile-responsive'
[nominatim.git] / VAGRANT.md
index c662d5e40302b5acb6f1d83270d0b946cceb638e..3a8e479bde7283329dfc4c02064d1a4bead35ed8 100644 (file)
@@ -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"?