X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/33c919ab09070ed0ec8f4d87366c5f9a0910e2c9..123a3c0347226b9b968fe75960fb660d7b6dda15:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index c24717a1..de36bc57 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -53,7 +53,7 @@ is. To repeat an import you'd need to delete the database first - dropdb -if-exists nominatim + dropdb --if-exists nominatim @@ -102,7 +102,7 @@ and then ## Running unit tests - cd ~/Nominatim/tests-php + cd ~/Nominatim/tests/php phpunit ./ @@ -128,7 +128,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 installation](http://wiki.openstreetmap.org/wiki/Nominatim/Installation) for details. +of search results. See [Nominatim installation](http://nominatim.org/release-docs/latest/Installation) for details. ##### Why Ubuntu and CentOS, can I test CentOS/CoreOS/FreeBSD?