A Solr Core for the Minnesota Reflections Project.
The image is hosted on Docker Hub here
https://hub.docker.com/r/minitex/mdl_solr
For local development, we use docker and docker-compose. Reflections Solr resides in a Docker container that is created when you run the build script below.
NOTE: The following build script is destructive; it will remove the old Solr container along with its index data.
$ ./rebuild.sh
Prove to yourself that the image has been created:
docker images | grep mdl_solr
$ cd /<YOUR APP DIR>; docker-compose up
To make and test changes to the Reflections Solr config - make changes here, then run:
$ rebuild.sh; cd / <YOUR APP DIR>; docker-compose stop docker-compose up;
Pushing changes to the repository can be done with the following command:
$ docker push minitex/mdl_solr:latest