Skip to content

Commit

Permalink
Some clarifications for end users (#230)
Browse files Browse the repository at this point in the history
* Some clarifications for end users

* Apply suggestions from code review

Co-authored-by: HereThereBeDragons <[email protected]>

---------

Co-authored-by: Valentin Volkl <[email protected]>
Co-authored-by: HereThereBeDragons <[email protected]>
  • Loading branch information
3 people committed May 29, 2024
1 parent 96e6b34 commit 9acdf56
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions cpt-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ Other Platforms
Setting up the Software
-----------------------

Configure AutoFS
~~~~~~~~~~~~~~~~
Configure AutoFS on Linux
~~~~~~~~~~~~~~~~~~~~~~~~~

For the basic setup, run ``cvmfs_config setup``.
For the basic setup, run ``sudo cvmfs_config setup`` (can be verified with ``sudo cvmfs_config chksetup``)
This ensures that the file ``/etc/auto.master.d/cvmfs.autofs`` exists containing ``/cvmfs /etc/auto.cvmfs`` and that the ``autofs`` service is running. Reload the ``autofs`` service in order to apply an updated configuration.

NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``/etc/auto.master`` and restart the ``autofs`` service.
Expand All @@ -154,8 +154,8 @@ NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``
systemctl restart autofs


Mac OS X
~~~~~~~~
Configure AutoFS on Mac OS X
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Due to the lack of ``autofs`` on macOS, mount the individual repositories manually like

Expand All @@ -171,13 +171,14 @@ Create default.local
~~~~~~~~~~~~~~~~~~~~

Create ``/etc/cvmfs/default.local`` and open the file for editing.
Select the desired repositories by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. For ATLAS, for instance, set
For the purposes of convenience when running CVMFS client utility commands (e.g. ``cvmfs_talk``, ``cvmfs_config``), you may wish to optionally list repositories you are interested in by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. This will then run those commands on all listed repositories.
For ATLAS, for instance, set

::

CVMFS_REPOSITORIES=atlas.cern.ch,atlas-condb.cern.ch,grid.cern.ch

For an individual workstation or laptop, set
For the simplest configuration for an individual workstation or laptop, it is sufficient to just set

::

Expand Down

0 comments on commit 9acdf56

Please sign in to comment.