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

instalation tile server OSM on ubuntu 14.04

1

hai all, i am a beginner,

i try to follow step by step from https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/ , to build a tile server

but in step "Run the pre-processor and then carto: " ...

./make.py cd ../OSMBright/ carto project.mml > OSMBright.xml

i am not yet understand about how to build "OSMBright" folder,where i have to start with? please help, thank you

asked 28 Jun '15, 20:18

grenfajr's gravatar image

grenfajr
26112
accept rate: 0%


One Answer:

1

Hi. I am a beginner too and I am working on the same. I have problems in next stages but this ran pretty smoothly for me. Its specified there in the tutorial itself. When you change the path and dbname in configure.py file of osm-bright-master and build it by ./make.py, a folder OSMBright gets generated. cd.. goes back a folder and there you will have OSMBright folder. To convert the project.mml file in that folder to xml you gotta give the command - carto project.mml > OSMBright.xml

answered 25 Jul '15, 07:58

dmnw15's gravatar image

dmnw15
16
accept rate: 0%