Skip to content

Solr config and data for the Maryland Maps metadata database.

License

Notifications You must be signed in to change notification settings

umd-lib/solr-mdmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solr-mdmap

Introduction

Solr core for the Maryland Maps metadata collection

When making updates to the data or configuration, a new Docker image should be created.

Building the Docker Image

When building the Docker image, the "data.csv" file will be used to populate the Solr database.

To build the Docker image named "solr-mdmap":

> docker build -t solr-mdmap .

To run the freshly built Docker container on port 8983:

> docker run -it --rm -p 8983:8983 solr-mdmap

To build for deployment:

> docker buildx build . --builder=kube -t docker.lib.umd.edu/solr-mdmap:VERSION --push

License

See the LICENSE file for license rights and limitations.

About

Solr config and data for the Maryland Maps metadata database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published