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
- Clone the metadata repository
cd src
gh repo clone NYULibraries/dlts-epub-metadata
- Run the ingest script
cd scripts/ingest-documents