You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ``docker stop`` to unmount the ``/cvmfs`` tree.
92
92
93
93
.. note::
94
94
If you run multiple nodes (a cluster), use ``-e CVMFS_HTTP_PROXY`` to set a proper site proxy as described further down.
95
95
96
+
.. tab-item:: Mac OS X - homebrew / Fuse-t
96
97
97
-
.. tab-item:: Mac OS X
98
+
The easiest way to install CVMFS on MacOS is with homewbrew:
99
+
100
+
.. code-block:: console
101
+
102
+
brew tap macos-fuse-t/cask
103
+
brew tap cvmfs/homebrew-cvmfs
104
+
brew install cvmfs
105
+
106
+
107
+
.. tab-item:: Mac OS X - Legacy macFUSE
108
+
109
+
This is the legacy way of using CVMFS - try Fuse-t for an easier installation!
98
110
99
-
On Mac OS X, CernVM-FS is based on `macFUSE <http://osxfuse.github.io>`_.
100
111
Note that as of macOS 11 Big Sur, `kernel extensions need to be enabled <https://support.apple.com/guide/mac-help/change-startup-disk-security-settings-a-mac-mchl768f7291/mac>`_
0 commit comments