X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bc0cf74ba75793fb6cacc7a9e417e91fa9263b34..c8359181237a3b145ac48b5e58098b36674cd89f:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index 7a891f1c..de36bc57 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -47,7 +47,6 @@ 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 ``` @@ -103,7 +102,7 @@ and then ## Running unit tests - cd ~/Nominatim/tests-php + cd ~/Nominatim/tests/php phpunit ./ @@ -129,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?