Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
* remove no longer explanation regarding files/directories permissions
* add the newest Uploader hostname 
* add a table with current list of repositories
  • Loading branch information
jose-caballero authored Sep 18, 2024
1 parent 65128ba commit da61f9d
Showing 1 changed file with 44 additions and 10 deletions.
54 changes: 44 additions & 10 deletions content/en/users/compute/software-distribution/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,48 @@ small and large collaborations. In many cases, it replaces package managers and
shared software areas on cluster file systems as means to distribute the
software used to process experiment data.

The current list of EGI repositories is as follows (disclaimer, some of them are inactive, but we keep them for archival purposes):

| Repository | Project's URL |
|-------------------------------|---------------|
| auger.egi.eu | |
| biomed.egi.eu | https://vip.creatis.insa-lyon.fr/home.html |
| cernatschool.egi.eu | |
| chipster.egi.eu | |
| comet.egi.eu | |
| config-egi.egi.eu | |
| dirac.egi.eu | https://dirac.readthedocs.io/en/latest/ |
| eiscat.egi.eu | |
| eosc.egi.eu | |
| extras-fp7.egi.eu | |
| galdyn.egi.eu | |
| ghost.egi.eu | |
| glast.egi.eu | |
| gridpp.egi.eu | |
| hyperk.egi.eu | |
| intertwin.egi.eu | |
| km3net.egi.eu | https://www.km3net.org/ |
| ligo.egi.eu | |
| lucid.egi.eu | |
| mice.egi.eu | |
| na62.egi.eu | |
| neugrid.egi.eu | |
| notebooks.egi.eu | https://notebooks.egi.eu |
| pheno.egi.eu | |
| phys-ibergrid.egi.eu | |
| pravda.egi.eu | |
| researchinschools.egi.eu | |
| seadatanet.egi.eu | |
| snoplus.egi.eu | https://snoplus.phy.queensu.ca |
| solidexperiment.egi.eu | |
| supernemo.egi.eu | |
| t2k.egi.eu | |
| unpacked.egi.eu | |
| wenmr.egi.eu | |
| west-life.egi.eu | |



This documentation is for the VO content managers.

## Official CVMFS pages
Expand Down Expand Up @@ -58,7 +100,7 @@ All VO content managers should join the CVMFS-UPLOADER-USERS mailing list in

## Distributing new content

To log into the service, just use `ssh`.
To log into the service, just use `ssh` to log into the Uploader host. It's hostname is `cvmfs-uploader-egi.gridpp.rl.ac.uk`. Also, to maintain backwards compatibility, the alias `cvmfs-upload01.gridpp.rl.ac.uk` can be used.
You need to specify explicitly which username you want to use to log in.
The username is composed as `reponame+"sgm"`.
For example, for the repository `dirac.egi.eu`, the username is `diracsgm`.
Expand Down Expand Up @@ -97,16 +139,8 @@ $ ls
cvmfs_repo
```

Add to that directory the new content you want to distribute.
Add the new content you want to distribute into that directory.

Files and directories cannot be distributed with CVMFS if they are not
world-wide readable. You may want to ensure they have the right permissions with
the following commands:

```shell
$ find . -type d -exec chmod go+rx {} \;
$ find . -type f -exec chmod go+r {} \;
```

### Building your software

Expand Down

0 comments on commit da61f9d

Please sign in to comment.