Skip to content

Commit

Permalink
add sub headings to table of contents #5850
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 1, 2019
1 parent 14c20f8 commit f7fe5e4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ At present, the DPNSubmitToArchiveCommand and LocalSubmitToArchiveCommand are th

.. _Duracloud Configuration:

**Duracloud Configuration**
Duracloud Configuration
+++++++++++++++++++++++

Also note that while the current Chronopolis implementation generates the bag and submits it to the archive's DuraCloud interface, the step to make a 'snapshot' of the space containing the Bag (and verify it's successful submission) are actions a curator must take in the DuraCloud interface.

Expand Down Expand Up @@ -699,7 +700,8 @@ Archivers may require glassfish settings as well. For the Chronopolis archiver,

.. _Local Path Configuration:

**Local Path Configuration**
Local Path Configuration
++++++++++++++++++++++++

ArchiverClassName - the fully qualified class to be used for archiving. For example\:

Expand All @@ -715,7 +717,8 @@ ArchiverClassName - the fully qualified class to be used for archiving. For exam

:BagItLocalPath is the file path that you've set in :ArchiverSettings.

**API Call**
API Call
++++++++

Once this configuration is complete, you, as a user with the *PublishDataset* permission, should be able to use the API call to manually submit a DatasetVersion for processing:

Expand All @@ -731,7 +734,8 @@ The submitDataVersionToArchive API (and the workflow discussed below) attempt to

In the Chronopolis case, since the transfer from the DuraCloud front-end to archival storage in Chronopolis can take significant time, it is currently up to the admin/curator to submit a 'snap-shot' of the space within DuraCloud and to monitor its successful transfer. Once transfer is complete the space should be deleted, at which point the Dataverse API call can be used to submit a Bag for other versions of the same Dataset. (The space is reused, so that archival copies of different Dataset versions correspond to different snapshots of the same DuraCloud space.).

**PostPublication Workflow**
PostPublication Workflow
++++++++++++++++++++++++

To automate the submission of archival copies to an archive as part of publication, one can setup a Dataverse Workflow using the "archiver" workflow step - see the :doc:`/developers/workflows` guide.
. The archiver step uses the configuration information discussed above including the :ArchiverClassName setting. The workflow step definition should include the set of properties defined in \:ArchiverSettings in the workflow definition.
Expand Down

0 comments on commit f7fe5e4

Please sign in to comment.