Update README.md

This commit is contained in:
Olivier DEBAUCHE 2021-06-17 12:15:57 +02:00 committed by GitHub
parent 6a96f3e096
commit 165a359686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
This container allows you to easily set up an OpenStreetMap PNG tile server given a `.osm.pbf` file. It is based on the [latest Ubuntu 20.04 LTS guide](https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/) from [switch2osm.org](https://switch2osm.org/) and therefore uses the default OpenStreetMap style. This container allows you to easily set up an OpenStreetMap PNG tile server given a `.osm.pbf` file. It is based on the [latest Ubuntu 20.04 LTS guide](https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/) from [switch2osm.org](https://switch2osm.org/) and therefore uses the default OpenStreetMap style.
## Install docker on Ubuntu or Debian
sudo apt install docker.io
## Setting up the server ## Setting up the server
First create a Docker volume to hold the PostgreSQL database that will contain the OpenStreetMap data: First create a Docker volume to hold the PostgreSQL database that will contain the OpenStreetMap data: