https://github.com/opensciencegrid/cvmfs-config-osg
Configuration files for the OSG CVMFS install
https://github.com/opensciencegrid/cvmfs-config-osg
cvmfs osg software
Last synced: 4 days ago
JSON representation
Configuration files for the OSG CVMFS install
- Host: GitHub
- URL: https://github.com/opensciencegrid/cvmfs-config-osg
- Owner: opensciencegrid
- Created: 2017-02-17T16:25:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-03T17:23:27.000Z (5 months ago)
- Last Synced: 2025-09-03T19:28:08.966Z (5 months ago)
- Topics: cvmfs, osg, software
- Language: Shell
- Homepage: https://opensciencegrid.org/docs/worker-node/install-cvmfs/
- Size: 45.9 KB
- Stars: 0
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cvmfs-config-osg
## CVMFS configuration package for the Open Science Grid
This is the source for the CernVM File System (CVMFS) configuration
files for the Open Science Grid (OSG). It includes packaging for
Redhat and Debian.
### Redhat
End-user documentation for Redhat systems can be found
[here](https://opensciencegrid.org/docs/worker-node/install-cvmfs/).
### Debian
For Debian, the End-user instructions are to install this package from
[cvmfs-contrib](https://cvmfs-contrib.github.io) and cvmfs from
[the cvmfs download page](https://cernvm.cern.ch/portal/filesystem/downloads).
Then if you want to enable autofs, add the following contents
into /etc/auto.master.d/cvmfs.autofs:
```
/cvmfs /etc/auto.cvmfs
```
and restart autofs with
```
systemctl restart autofs
```