From 45ea73913f994df4c00cacfcf0d398db84329798 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 30 Jan 2021 15:55:04 +0100 Subject: [PATCH] remove setting for PYOSMIUM_BINARY pyosmium is now called as a library from the python code, so that pyosmium-get-changes is no longer needed. --- docs/admin/Update.md | 9 --------- settings/env.defaults | 4 ---- 2 files changed, 13 deletions(-) diff --git a/docs/admin/Update.md b/docs/admin/Update.md index 4b1a2be7..01980bd8 100644 --- a/docs/admin/Update.md +++ b/docs/admin/Update.md @@ -19,15 +19,6 @@ Run (as the same user who will later run the updates): pip3 install --user osmium ``` -Nominatim needs a tool called `pyosmium-get-changes` which comes with -Pyosmium. You need to tell Nominatim where to find it. Add the -following line to your `.env`: - - NOMINATIM_PYOSMIUM_BINARY=/home/user/.local/bin/pyosmium-get-changes - -The path above is fine if you used the `--user` parameter with pip. -Replace `user` with your user name. - #### Setting up the update process Next the update needs to be initialised. By default Nominatim is configured diff --git a/settings/env.defaults b/settings/env.defaults index 9fefc622..e2eda340 100644 --- a/settings/env.defaults +++ b/settings/env.defaults @@ -67,10 +67,6 @@ NOMINATIM_HTTP_PROXY_PASSWORD= # EXPERT ONLY. You should usually use the supplied osm2pgsql. NOMINATIM_OSM2PGSQL_BINARY= -# Location of pyosmium-get-changes. -# Only needed when running updates. -NOMINATIM_PYOSMIUM_BINARY= - # Directory where to find US Tiger data files to import. # Used with setup.php --import-tiger-data. When unset, the data is expected # to be located under 'data/tiger' in the source tree. -- 2.45.1