Skip to content

Commit

Permalink
Add updateSchemaMDB.sh to setup-optional-harvard.sh as a usage exampl…
Browse files Browse the repository at this point in the history
…e.\n\nRelates to IQSS#6142.
  • Loading branch information
poikilotherm committed Sep 10, 2019
1 parent 27bc4b2 commit d74a120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/api/setup-optional-harvard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @da
curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @data/metadatablocks/customCHIA.tsv -H "Content-type: text/tab-separated-values"
curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @data/metadatablocks/customDigaai.tsv -H "Content-type: text/tab-separated-values"
curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @data/metadatablocks/custom_hbgdki.tsv -H "Content-type: text/tab-separated-values"
# setup/update local solr instance with custom metadata block fields
sudo -u solr ../../conf/solr/7.3.1/updateSchemaMDB.sh -t /usr/local/solr/server/solr/collection1/conf
echo

0 comments on commit d74a120

Please sign in to comment.