Update Getting started with the toolkit webpage of wiki authored by Nick Bywell's avatar Nick Bywell
......@@ -218,23 +218,19 @@ Run the script “gfs_create_arkivum_upload.py” to create the upload package.
python H:\lse_digital_toolkit\gfs_create_arkivum_upload.py y y "Z:\GFS\\\<organisation code>\\\<department code>\\\<project code>\001" pres_and_acc default pdf
Note that "pres_and_acc" indicates that the resultant file will be uploaded to the "preservation_and_access" datapool.
Note that the "pres_and_acc" on the command line is appropriate when the zip file will be uploaded to the "preservation_and_access" datapool, the alternative "pres" is appropriate when the zip file will be uploaded to the "preservation" datapool.
The output to the command window when the script is executed should look similar to that indicated in this screenshot:
![Example_tranche_upload_script_report](uploads/b99aaea64f470c940487facdd57f0aad/Example_tranche_upload_script_report.png)
There will be output of the form indicated below produced for each child folder:
INFO: Processing parent folder: x child folder y
The upload-package-container-folder will be created automatically within the project folder. The upload-package-container-folder will have the following path:
Z:\GFS\\\<organisation code>\\\<department code>\\\<project code>\arkivum_v6_<organisation code>_<department code>_<project code>_001_pres_and_acc
Within this folder can be found a zip file:
"arkivum_v6_<organisation code>_<department code>_<project code>_001_pres_and_acc_upload.zip"
"V6_<organisation code>_<department code>_<project code>_001_pres_and_acc.zip"
This is the zip file that can be uploaded to Perpetua.
......
......