This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to create own OSM Server

0

I want to create own osm server for non commercial/ Internal use only with routing machine/ Geo Coding Please help me with the easiest way Step By Step

asked 01 Jun '22, 13:36

Abhishek991990's gravatar image

Abhishek991990
11112
accept rate: 0%


One Answer:

1

For tiles: switch2osm.org

For geocoding (Nominatim): https://nominatim.org/release-docs/develop/admin/Installation/ although you might find "Photon" easier to install since you can download a pre-computed data set: https://github.com/komoot/photon

For routing: Graphhopper is probably easiest https://github.com/graphhopper/graphhopper/blob/master/docs/web/quickstart.md

Note that if you want to do this with world-wide data you will need a big server (around 2 TB fast hard disk, 128 GB RAM).

If you are familiar with Docker then you might also find ready-made Docker containers for these services.

answered 01 Jun '22, 13:53

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

edited 01 Jun '22, 13:54

Any Other way to do all of this via Windows Server or Windows System With GUI

(01 Jun '22, 14:08) Abhishek991990
(01 Jun '22, 14:17) SomeoneElse ♦

Source code available on GitHub .