Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 583 Bytes

open-square-docker

To run this project, you will need to clone the repository and initialize the submodules.

gh repo clone nyudlts/open-square-docker
git submodule init
git submodule update

Once the submodules are initialized, you can run the docker image.

docker-compose up -d

Apache Solr will be available at http://localhost:8983/solr/open-square-metadata

Add documents to Solr

  1. Clone the metadata repository
cd src
gh repo clone NYULibraries/dlts-epub-metadata
  1. Run the ingest script
cd scripts/ingest-documents