helvalius / nominatim-docker

Standalone nominatim server in a docker container
44 stars 43 forks source link

how to use it for rhel 6? #1

Closed maraev closed 9 years ago

maraev commented 9 years ago

Thanx for it. Can I use this for RHEL 6? Or it is just useful for Ubuntu

helvalius commented 9 years ago

I have used Ubuntu in the Dockerfile as base image. You can use this of course in a Red Hat host system as long as you have Docker installed. Do you need to have Nominatim run in a RH environment?

maraev commented 9 years ago

yes, but I'm quite new in dockers

helvalius commented 9 years ago

If you are only interested in running Nominatim with this docker you can pull the docker image from docker hub (https://registry.hub.docker.com/u/helvalius/nominatim-docker-development):

docker pull helvalius/nominatim-docker-development

Then run this docker image as a container. Be aware that this image only contains monaco as I'm using this for testing purposes. Im working on changing it to read a pbf from a volume to be flexible.