Skip to content

Commit

Permalink
Addressing switch2osm#271 in the other 3 "latest versions".
Browse files Browse the repository at this point in the history
Minor formatting change to Debian 12.
No change to Docker; the upstream dockerfile targets 5.4.0.
  • Loading branch information
Andy Townsend committed Oct 30, 2024
1 parent ccd8c07 commit 3a3e34d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions serving-tiles/manually-building-a-tile-server-debian-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
cd ~/src
git clone https://github.com/gravitystorm/openstreetmap-carto
cd openstreetmap-carto
git pull --all
git switch --detach v5.9.0

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.

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

Expand Down
2 changes: 1 addition & 1 deletion serving-tiles/manually-building-a-tile-server-debian-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
git pull --all
git switch --detach v5.9.0

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
cd ~/src
git clone https://github.com/gravitystorm/openstreetmap-carto
cd openstreetmap-carto
git pull --all
git switch --detach v5.9.0

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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
cd ~/src
git clone https://github.com/gravitystorm/openstreetmap-carto
cd openstreetmap-carto
git pull --all
git switch --detach v5.9.0

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.

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

Expand Down

0 comments on commit 3a3e34d

Please sign in to comment.