From d6aab9a762ada9f61800bf7c29537f76cecadb89 Mon Sep 17 00:00:00 2001 From: Leonardo Vida Date: Thu, 11 Feb 2021 18:04:48 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1c64de..71bdc17 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Before setting up the server instances using the default settings set by the SoD | Advanced | Yes | Car, foot and bike | `advanced` | -#### On MacOS or Linux {#maclinuxguide} +#### On MacOS or Linux Once you chose which setup is the most fitting with what required by your project, you need to carry out two steps: @@ -48,6 +48,7 @@ Once you chose which setup is the most fitting with what required by your projec - `OVERPASS_PLANET_URL=` _add the link to the `.osm.bz2` file (usually under the section `Other Formats and Auxiliary Files`)_ - To select the replication server, go to and find the same country or region you selected above. When found, navigate to the `minute` folder and copy the URL after the `=` of the following variable: - `OVERPASS_DIFF_URL=` _add the URL of the replication server (needs to end with `/minute/`)_ + **2.** Then, just use the following commands to download the map and start the containers: ```bash @@ -58,8 +59,10 @@ Once you chose which setup is the most fitting with what required by your projec #### On Windows -**1.** Follow **step 1** of the [MacOS or Linux guide](#maclinuxguide) with the only difference that you also need to download the `-latest.osm.pbf` data for your location of interest to `docker/osrm/data` from +**1.** Follow **step 1** of the _MacOS or Linux guide_ with the only difference that you also need to download the `-latest.osm.pbf` data for your location of interest to `docker/osrm/data` from + **2.** `cd` to the folder of your preferred choice of setup, for example `cd docker base` + **3.** Then, with Docker Desktop open, start docker compose with `docker-compose up` The complete install procedure will take at least one hour. If you run into any problem, please look at the [troubleshooting section](#troubleshooting) below or open an [issue](#issue).