[ckan-dev] Solr Docker Hub Image

Mila Frerichs mila.frerichs at gmail.com
Fri Mar 6 14:30:47 UTC 2015


Hey Matt,

yes there is a way to get CKAN up and running with Docker. 
The easiest way is to use docker-compose (see this PR: https://github.com/ckan/ckan/pull/2338)

The important part is that the solr image on the docker hub (https://registry.hub.docker.com/u/ckan/solr/) gets updated with the latest schema.xml

Or you can use either the solr image I created (https://registry.hub.docker.com/u/milafrerichs/ckan_solr/) or maybe cygri (https://registry.hub.docker.com/u/cygri/solr/) version (which I didn’t test)

Hope this will clear things up a bit.

Mila
Am 06.03.2015 um 13:50 schrieb Matthew Fullerton <matthew at smartlane.de>:

> Hi Mila,
> I would be very interested to know if you get CKAN up and running with Docker. My problems with Docker were:
> 
> - Image from CKAN (https://registry.hub.docker.com/u/ckan/ckan): too old
> - Switch to image from https://registry.hub.docker.com/u/cygri/ckan/, then I had the password problem
> - Looked at what looks like the best solution: https://github.com/ckan/ckan-docker, but I was so exhausted from fighting with Docker that I didn't want to try what looked like a complicated setup
> 
> So in the end I setup the other services with Docker (Solr, Redis, Postgres), but not CKAN iteself. Any progress in this area (clear explanation of concepts + HOWTO with the ability to always pull in the master branch of CKAN if desired) would be IMO very welcome.
> 
> Best,
> Matt
> 
> Projekt SMARTLANE
> 
> matthew at smartlane.de
> T +49.89.289.28575
> F +49.89.289.22333
> www.smartlane.de
> 
> EXIST-Gründungsvorhaben „Tapestry“
> c/o Lehrstuhl für Verkehrstechnik
> Technische Universität München
> Arcisstraße 21
> 80333 München
> 
> ________________________________________
> Von: ckan-dev <ckan-dev-bounces at lists.okfn.org> im Auftrag von Mila Frerichs <mila.frerichs at gmail.com>
> Gesendet: Donnerstag, 5. März 2015 16:52
> An: ckan-dev at lists.okfn.org
> Betreff: [ckan-dev] Solr Docker Hub Image
> 
> Hello,
> 
> I’m getting more into CKAN lately and was setting up CKAN using the cool Dockerfile.
> But unfortunately the solr image (https://registry.hub.docker.com/u/ckan/solr/) is not working properly since it has an old schema.xml.
> 
> It’s a relatively easy fix since only the docker image has to be rebuild and uploaded to the hub.
> There are a few open and closed issue about this:
> https://github.com/ckan/ckan/issues/2157
> https://github.com/ckan/ckan/issues/2255
> 
> It would be great if someone could update the image so that the instructions are working again.
> 
> Are you guys interested in adding a docker-compose file? I would have one ready to create a PR.
> 
> Thanks.
> 
> mila
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev




More information about the ckan-dev mailing list