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
- Host: GitHub
- URL: https://github.com/umd-lib/solr-mdhc
- Owner: umd-lib
- License: apache-2.0
- Created: 2020-07-31T21:22:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T11:52:19.000Z (over 1 year ago)
- Last Synced: 2025-03-06T12:00:05.572Z (over 1 year ago)
- Language: JavaScript
- Size: 7.41 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.