README: update for tirex
Implements issue67
This commit is contained in:
parent
e225e9973f
commit
76b52c69ac
13
README.md
13
README.md
@ -123,6 +123,19 @@ docker run \
|
|||||||
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
|
## 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/).
|
Details for update procedure and invoked scripts can be found here [link](https://ircama.github.io/osm-carto-tutorials/updating-data/).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user