Commits

Tim Donohue authored and GitHub committed efdc3579033 Merge
Merge pull request #2997 from tdonohue/update_for_runnable_jar

Ensure Docker Compose uses Runnable JAR (Angular)
No tags
gidlmaster

docker/cli.ingest.yml

Modified
25 25 rm -rf $${AIPDIR}
26 26 mkdir $${AIPDIR} /dspace/upload
27 27 cd $${AIPDIR}
28 28 pwd
29 29 curl $${AIPZIP} -L -s --output aip.zip
30 30 unzip aip.zip
31 31 cd $${AIPDIR}
32 32
33 33 /dspace/bin/dspace packager -r -a -t AIP -e $${ADMIN_EMAIL} -f -u SITE*.zip
34 34 /dspace/bin/dspace database update-sequences
35 + touch /dspace/solr/search/conf/reindex.flag
35 36
36 - /dspace/bin/dspace index-discovery
37 + /dspace/bin/dspace oai import
38 + /dspace/bin/dspace oai clean-cache

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut