From: Sarah Hoffmann Date: Thu, 7 May 2020 18:46:44 +0000 (+0200) Subject: Merge pull request #1780 from Simon-Will/1768-vagrant-installation-for-ubuntu-20 X-Git-Tag: v3.5.0~22 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/6e39ed9573f1dcf5ea905815b2a33dfaf2deaa93?hp=daf45a2993b893b8030aba0da2567e0e90dd31a3 Merge pull request #1780 from Simon-Will/1768-vagrant-installation-for-ubuntu-20 Add vagrant machine for Ubuntu 20.04 --- diff --git a/docs/admin/Faq.md b/docs/admin/Faq.md index d618d2b5..126d7977 100644 --- a/docs/admin/Faq.md +++ b/docs/admin/Faq.md @@ -182,22 +182,6 @@ for more information. ## Running your own instance -### Can I import multiple countries and keep them up to date? - -You should use the extracts and updates from https://download.geofabrik.de. -For the initial import, download the countries you need and merge them. -See [OSM Help](https://help.openstreetmap.org/questions/48843/merging-two-or-more-geographical-areas-to-import-two-or-more-osm-files-in-nominatim) -for examples how to do that. Use the resulting single osm file when -running `setup.php`. - -For updates you need to download the change files for each country -once per day and apply them **separately** using - - ./utils/update.php --import-diff --index - -See [this issue](https://github.com/openstreetmap/Nominatim/issues/60#issuecomment-18679446) -for a script that runs the updates using osmosis. - ### Can I import negative OSM ids into Nominatim? See [this question of Stackoverflow](https://help.openstreetmap.org/questions/64662/nominatim-flatnode-with-negative-id).