bioatlas / ala-docker

Dockerized version of Atlas of Living Australia components
GNU Affero General Public License v3.0
12 stars 12 forks source link

solr image #3

Closed shahmanash closed 8 years ago

shahmanash commented 8 years ago

the solr image when created does not create the biocache core. the other 2 core bie and bie-offline are created and loaded.

mskyttner commented 8 years ago

Checking the core status using curl http://localhost:8983/solr/admin/cores?status gives:

Cannot create directory: /opt/solr/example/solr/bie/data-offline/index
Cannot create directory: /opt/solr/example/solr/bie/data/index

I will add this test to the Makefile in #4

mskyttner commented 8 years ago

https://github.com/AtlasOfLivingAustralia/ala-install/blob/master/ansible/roles/solr/tasks/main.yml lists .jar-files that are needed

mskyttner commented 8 years ago

Fixed in commit 5a9037f