= Release test step: Install Ingest Package = ## Please replace TITLE above. ## This describes what is needed to do a step in the release test. ## Please remember that the description must be operational. For instance ## Write the command "unzip foo.zip". ## Check the output is {{{...}}} ## Make sure that the success criteria are clear Setup the collections to be ingested {{{ mkdir fedora_install/ingest mkdir fedora_install/ingest/input mkdir fedora_install/ingest/input/bmech cp -r doms/data/doms_base_collection fedora_install/ingest/input/base cp -r doms/test/data/iteration7_testcollection fedora_install/ingest/input/testcollection cp doms/gentofte_objects/data/fedora_disseminator_object/Gentofte*DigitalObjectBundle.xml fedora_install/ingest/input/bmech }}} Install the ingester module {{{ cd doms/ingest ant release.bin cp dist/doms-ingest-0.0.1.zip ../../fedora_install/ingest cd ../../fedora_install/ingest unzip doms-ingest-0.0.1.zip rm -f doms-ingest-0.0.1.zip mv doms-ingest-0.0.1/* . rm -r doms-ingest-0.0.1 cd ../.. }}} If the ant build completes correctly, and no "File not found" errors from the {{{cp}}} commands occur, everything is fine