vagrant: download country data into correct directory

This commit is contained in:
Sarah Hoffmann
2017-07-17 23:17:26 +02:00
parent a27e191335
commit 937bead547
4 changed files with 7 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ EOFAPACHECONF
sudo a2enconf nominatim
sudo service apache2 restart
wget -O data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz
wget -O $TRAVIS_BUILD_DIR/data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz
mkdir build
cd build