Skip to content

Commit

Permalink
tweaks #10996
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 1, 2024
1 parent c76d62a commit e28b6d3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions doc/sphinx-guides/source/container/dev-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ Alternatives:
Accessing Harvesting Log Files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. Open a terminal and access the Dataverse container.
\1. Open a terminal and access the Dataverse container.

Run the following command to access the Dataverse container (assuming your container is named dataverse-1):

.. code-block::
Expand All @@ -152,7 +153,8 @@ Run the following command to access the Dataverse container (assuming your conta
This command opens an interactive shell within the dataverse-1 container.

2. Navigate to the Log files directory.
\2. Navigate to the log files directory.

Once inside the container, navigate to the directory where Dataverse logs are stored:

.. code-block::
Expand All @@ -161,16 +163,18 @@ Once inside the container, navigate to the directory where Dataverse logs are st
This directory contains various log files, including those relevant to harvesting.

3. Create a directory for copying files.
Create a directory where you’ll copy the files you want to access on your local machine:
\3. Create a directory for copying files.

Create a directory where you'll copy the files you want to access on your local machine:

.. code-block::
mkdir /dv/filesToCopy
This will create a new folder named filesToCopy inside /dv.

4. Copy the files to the new directory.
\4. Copy the files to the new directory.

Copy all files from the current directory to the newly created filesToCopy directory:

.. code-block::
Expand All @@ -179,8 +183,9 @@ Copy all files from the current directory to the newly created filesToCopy direc
This command copies all files in the logs directory to /dv/filesToCopy.

5. Access the files on Your Mac
On your Mac, the copied files should appear in the following directory:
\5. Access the files on your local machine.

On your local machine, the copied files should appear in the following directory:

.. code-block::
Expand Down

0 comments on commit e28b6d3

Please sign in to comment.