Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcathj authored Apr 8, 2023
1 parent 90d54aa commit 5dd8b41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ The advantage of **Option-1 Mount sPHENIX CVMFS** is that it mounts all sPHENIX

2. Install [CVMFS from CERN](https://cernvm.cern.ch/portal/filesystem/quickstart). CERN support build packages under (various Linux distribution and MAC)[https://cernvm.cern.ch/portal/filesystem/downloads].

- *Note: for loading `/cvmfs/sphenix.opensciencegrid.org` by default, you may need to add `CVMFS_STRICT_MOUNT=no` to `/etc/cvmfs/default.local`.*
- *Note: for loading `/cvmfs/sphenix.opensciencegrid.org` by default, you may need to add following to `/etc/cvmfs/default.local`.*
```
CVMFS_STRICT_MOUNT=no
CVMFS_REPOSITORIES=oasis.opensciencegrid.org
CVMFS_HTTP_PROXY="DIRECT"
```

3. [**Optional**] *this step only applies to mounting `/cvmfs/sphenix.sdcc.bnl.gov/` in order to reproduce identical CVMFS structure with SDCC/RCF. However, use of `/cvmfs/sphenix.opensciencegrid.org` is more convenient and this step can be skipped*.

Expand Down

0 comments on commit 5dd8b41

Please sign in to comment.