update docs for new country grid location

Also updates some dependencies.
This commit is contained in:
Sarah Hoffmann
2017-05-13 00:13:56 +02:00
parent b15b996cc4
commit e7c8b498d1
6 changed files with 32 additions and 3 deletions

View File

@@ -45,6 +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
mkdir build
cd build
@@ -57,4 +58,5 @@ tee settings/local.php << EOF
@define('CONST_Website_BaseURL', '/nominatim/');
@define('CONST_Database_DSN', 'pgsql://@/test_api_nominatim');
@define('CONST_Wikipedia_Data_Path', CONST_BasePath.'/test/testdb');
EOF
EOF