An open API service indexing awesome lists of open source software.

https://github.com/umd-lib/solr-mdhc

Solr Database - Maryland History and Culture Bibliography
https://github.com/umd-lib/solr-mdhc

Last synced: 6 days ago
JSON representation

Solr Database - Maryland History and Culture Bibliography

Awesome Lists containing this project

README

          

# solr-mdhc

## Introduction

Note: Previous versions of this repository were used as a Solr configuration
directory on solr.lib.umd.edu. This repository has now been changed to support
creating a Docker image containing the data.

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-mdhc":

```bash
> docker build -t solr-mdhc .
```

To run the freshly built Docker container on port 8983:

```bash
> docker run -it --rm -p 8983:8983 solr-mdhc
```

To build for deployment:

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

## License

See the [LICENSE](LICENSE.txt) file for license rights and limitations.