Sign inSign up

massimo1962/ckan-spatial

By massimo1962

Updated almost 11 years ago

Simple ext-spatial ckan plugin

Image
0

215

massimo1962/ckan-spatial repository overview

This image works with other images that implement gis db (postgresql-gis) and solr. to do this we have to run this :

  1. db postgresql-gis with persistent data:

sudo docker run -d -v /var/lib/postgresql:/var/lib/postgresql --name db eccenca/ckan-postgresql alternate(w/o volume):sudo docker run -d --name db eccenca/ckan-postgresql

2)solr:

sudo docker run -d --name solr milafrerichs/ckan_solr

3)ckan w geo-spatial:

sudo docker run -d -p 80:80 --name ckan --link db:db --link solr:solr massimo1962/ckan-spatial:0.4 /sbin/my_init

Tag summary

Content type

Image

Digest

sha256:098fd73f4

Size

290.6 MB

Last updated

almost 11 years ago

docker pull massimo1962/ckan-spatial:0.4