From 76b52c69accdd0af37b1baea1dcde734f466e75c Mon Sep 17 00:00:00 2001 From: Steffen Volkmann Date: Sun, 6 Oct 2019 15:44:26 +0200 Subject: [PATCH] README: update for tirex Implements issue67 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0fc5244..8e72ed1 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,19 @@ docker run \ run ``` +### Tirex +Tirex is an enhanced tile render daemon implementation and can be used instead of renderd which comes from mod_tile project. +To enable the `Tirex` simply set the `RENDERERAPP` variable to `tirex`: + +``` +docker run \ + -e RENDERERAPP=tirex \ + -p 80:80 \ + -v openstreetmap-data:/var/lib/postgresql/10/main \ + -d overv/openstreetmap-tile-server \ + run +``` + ## Performance tuning and tweaking Details for update procedure and invoked scripts can be found here [link](https://ircama.github.io/osm-carto-tutorials/updating-data/).