Skip to content

Minitex/mdl-solr-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minnesota Reflections Solr Core Configuration

A Solr Core for the Minnesota Reflections Project.

Repository

The image is hosted on Docker Hub here

https://hub.docker.com/r/minitex/mdl_solr

Local Development

Rebuild The Container

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

Start Reflections Application

$ cd /<YOUR APP DIR>; docker-compose up

Making Changes

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

About

Minnesota Digital Library Solr Core

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages