X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e64e3b49399a7daced1bc88807f13d213a9b3611..88034466a57f4e8e01632242c2a4648fadcf9d17:/VAGRANT.md diff --git a/VAGRANT.md b/VAGRANT.md index 7a891f1c..41d3024e 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 ./