cc_staff
178
edits
(Marked this version for translation) |
m (add doc links) |
||
Line 8: | Line 8: | ||
==Enabling CVMFS on your VM== <!--T:3--> | ==Enabling CVMFS on your VM== <!--T:3--> | ||
CVMFS is a | CVMFS is a HTTP-based file system that provides a scalable, reliable, and low maintenance research software distribution service. At the client end, users just need to mount CVMFS and then use the software or libraries directly without worrying about compiling, building, or patching. All the software are pre-compiled for common OS flavors and even modularized so that users can simply load a software as a module. | ||
CVMFS has already been installed on Compute Canada cluster systems such as Cedar, Graham, and Beluga, while on cloud systems users need to enable it by hand. | CVMFS has already been installed on Compute Canada cluster systems such as Cedar, Graham, and Beluga, while on cloud systems users need to enable it by hand, following these cloud instructions: [https://github.com/ComputeCanada/cvmfs/tree/main/cvmfs_on_cloud To enable CVMFS on CC Clouds]. | ||
For more information please see the [[Accessing_CVMFS|Compute Canada CVMFS documentation]] and [https://cvmfs.readthedocs.io/en/stable/ CERN CVMFS documentation] | |||
==Using CloudInit== <!--T:4--> | ==Using CloudInit== <!--T:4--> |