Skip to content

Commit 93f6f59

Browse files
SomeoneElseOSMAndy Townsend
andauthored
Addressing switch2osm#271 in the other 3 "latest versions". (switch2osm#273)
Minor formatting change to Debian 12. No change to Docker; the upstream dockerfile targets 5.4.0. Co-authored-by: Andy Townsend <[email protected]>
1 parent ccd8c07 commit 93f6f59

4 files changed

+13
-1
lines changed

serving-tiles/manually-building-a-tile-server-debian-11.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
9898
cd ~/src
9999
git clone https://github.com/gravitystorm/openstreetmap-carto
100100
cd openstreetmap-carto
101+
git pull --all
102+
git switch --detach v5.9.0
103+
104+
The "git switch" is needed because that's the latest release that you can see at OpenStreetMap, but OSM Carto is in the process of moving to a different database format. See OSM Carto's [INSTALL.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md) for the newer version.
101105

102106
Next, we'll install a suitable version of the "carto" compiler.
103107

serving-tiles/manually-building-a-tile-server-debian-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
9999
git pull --all
100100
git switch --detach v5.9.0
101101

102-
The "git switch" is needed because that's the latest release that you can see at OpenStreetMap, but OSM Carto is in the process of moving to a different database format. See OSM CArto's [INSTALL.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md) for the newer version.
102+
The "git switch" is needed because that's the latest release that you can see at OpenStreetMap, but OSM Carto is in the process of moving to a different database format. See OSM Carto's [INSTALL.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md) for the newer version.
103103

104104
Next, we'll check that we have installed a suitable version of the "carto" compiler.
105105

serving-tiles/manually-building-a-tile-server-ubuntu-22-04-lts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
9292
cd ~/src
9393
git clone https://github.com/gravitystorm/openstreetmap-carto
9494
cd openstreetmap-carto
95+
git pull --all
96+
git switch --detach v5.9.0
97+
98+
The "git switch" is needed because that's the latest release that you can see at OpenStreetMap, but OSM Carto is in the process of moving to a different database format. See OSM Carto's [INSTALL.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md) for the newer version.
9599

96100
Next, we'll install a suitable version of the "carto" compiler.
97101

serving-tiles/manually-building-a-tile-server-ubuntu-24-04-lts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
9292
cd ~/src
9393
git clone https://github.com/gravitystorm/openstreetmap-carto
9494
cd openstreetmap-carto
95+
git pull --all
96+
git switch --detach v5.9.0
97+
98+
The "git switch" is needed because that's the latest release that you can see at OpenStreetMap, but OSM Carto is in the process of moving to a different database format. See OSM Carto's [INSTALL.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md) for the newer version.
9599

96100
Next, we'll install a suitable version of the "carto" compiler.
97101

0 commit comments

Comments
 (0)