Vector Tile Server Setup

Setting a tile server can be very complicated and resource intense. Thanks to all the good folks from Openmaptiles we can setup a vector tile server in a matter of five minutes. We will use a Ubuntu system for this setup. It should run flawlessly with any version of Ubuntu after 16.04. A very low…


OSRM Setup with Docker

OSRM or Open Source Routing Machine is a routing engine for shortest paths in a road networks.In this tutorial we will take a shortcut and install it using docker. Now before we start deploying OSRM lets make sure we have Docker installed. If you don’t have Docker then you can follow the steps in this…


Quick and Easy Docker Setup

As we know Docker is a great tool so we will look at a quick and easy docker setup instruction. Let’s not talk about it more about it as too many articles out there to explain so let’s set it up. This tutorial is tested to work on Ubuntu 16.04, Ubuntu 18.04 and Raspberry Pi…