Skip to content

NYULibraries/specialcollections-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Special Collections Docker

Getting Started

Build and Run Solr Docker Image

To create and run the Docker image:

$ docker build . -t sc-solr
$ docker run -p 8983:8983 --name sc-docker sc-solr

Or alternatively use Docker Compose:

$ docker compose run

Then access Solr at http://localhost:8983/solr/#/

Loading Data

$ curl -H "Content-Type: application/json" \
       -X POST \
       -d @documents/mss_170.json \
       'http://localhost:8983/solr/development-core/update?commit=true'

About

Solr Docker Image for Special Collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published