I can start OpenMapTiles server manually from the terminal console (Ubuntu), but how can I make it start automatically when booting the machine, withouth requiring a logged in user?
Is there some way to start it in /etc/init.d or some other way?
I can start OpenMapTiles server manually from the terminal console (Ubuntu), but how can I make it start automatically when booting the machine, withouth requiring a logged in user?
Is there some way to start it in /etc/init.d or some other way?
docker run --rm -it -d -v /root:/data -p 8080:80 klokantech/openmaptiles-server
put in /etc/rc.local
-d - options is for detach and run in background mode