Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:08
Size: 1205
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2010-03-17 13:09:17
Size: 1205
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Release test step: Install Ingest Package

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

InstallIngestPackageTestStep (last edited 2010-03-17 13:09:17 by localhost)