From: Sarah Hoffmann Date: Wed, 13 Feb 2019 20:58:59 +0000 (+0100) Subject: add hint that setup.php must be run from build directory X-Git-Tag: v3.3.0~29 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/af97682cca17e9e3e5e9c986d14b091506866f93 add hint that setup.php must be run from build directory Fixes #1307. --- diff --git a/docs/admin/Import-and-Update.md b/docs/admin/Import-and-Update.md index 4a1aa96a..3d090597 100644 --- a/docs/admin/Import-and-Update.md +++ b/docs/admin/Import-and-Update.md @@ -143,7 +143,8 @@ style format see [the developement section](../develop/Import.md). **Important:** first try the import with a small extract, for example from [Geofabrik](https://download.geofabrik.de). -Download the data to import and load the data with the following command: +Download the data to import and load the data with the following command +from the build directory: ```sh ./utils/setup.php --osm-file --all [--osm2pgsql-cache 28000] 2>&1 | tee setup.log