I've just set up Fedora Commons on a webserver, and now I want to import 5 GB of XML files into it. Is there a way to do this without having to go through the web interface, eg. Some directory I can just copy the files into after performing some operation to make them readable by Fedora Commons?
Importing data into Fedora Commons
444 Views Asked by Daniel At
3
There are 3 best solutions below
0

Is the XML data new content you want to ingest or FOXML content you are importing from another Fedora Commons server?
0

Fedora has a batch import function available from its Java GUI, which you can start from the command line:
$FEDORA_HOME/client/bin/fedora-admin.sh
(or fedora-admin.bat
if you're on Windows).
You need to generate FOXML or METS XML files for the objects you want to ingest however, so XSLT may be in order.
go to
fedora Home Folder - > client - > bin - > fedora-admin.sh or fedora-admin.bat
run it, it will ask you for fedora port(8080) and password(fedoraAdmin) etc.
go to File menu - > Ingest - > Multiple Objects - > From Directory