Update Getting started with the toolkit webpage of wiki authored by Nick Bywell's avatar Nick Bywell
...@@ -218,15 +218,11 @@ Run the script “gfs_create_arkivum_upload.py” to create the upload package. ...@@ -218,15 +218,11 @@ 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 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: 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) ![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: The upload-package-container-folder will be created automatically within the project folder. The upload-package-container-folder will have the following path:
...@@ -234,7 +230,7 @@ Z:\GFS\\\<organisation code>\\\<department code>\\\<project code>\arkivum_v6_<or ...@@ -234,7 +230,7 @@ Z:\GFS\\\<organisation code>\\\<department code>\\\<project code>\arkivum_v6_<or
Within this folder can be found a zip file: 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. This is the zip file that can be uploaded to Perpetua.
... ...
......