X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/55b7edbab545346f7caa0cf9c708f18f74e16013..8e212a3d0c5df2cd6af04f8b7af1f74ca158aa0e:/docs/admin/Advanced-Installations.md diff --git a/docs/admin/Advanced-Installations.md b/docs/admin/Advanced-Installations.md index aeb2fa5b..3b98fec3 100644 --- a/docs/admin/Advanced-Installations.md +++ b/docs/admin/Advanced-Installations.md @@ -36,16 +36,15 @@ which has the following structure: ```bash update -    ├── europe -    │   ├── andorra -    │   │   └── sequence.state -    │   └── monaco -    │   └── sequence.state -    └── tmp - └── europe - ├── andorra-latest.osm.pbf - └── monaco-latest.osm.pbf - + ├── europe + │ ├── andorra + │ │ └── sequence.state + │ └── monaco + │ └── sequence.state + └── tmp + └── europe + ├── andorra-latest.osm.pbf + └── monaco-latest.osm.pbf ``` @@ -99,7 +98,7 @@ Change into the project directory and run the following command: This will get diffs from the replication server, import diffs and index the database. The default replication server in the -script([Geofabrik](https://download.geofabrik.de)) provides daily updates. +script ([Geofabrik](https://download.geofabrik.de)) provides daily updates. ## Using an external PostgreSQL database @@ -111,7 +110,7 @@ library. !!! note The external module is only needed when using the legacy tokenizer. - If you have choosen the ICU tokenizer, then you can ignore this section + If you have chosen the ICU tokenizer, then you can ignore this section and follow the standard import documentation. ### Option 1: Compiling the library on the database server