VoBox

From Gridkaschool

For installing a VoBox three repositories have to be placed in /etc/yum.repos.d/.

dag.repo
lcg-CA.repo
glite-VOBOX.repo

You can find the repository files at http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2.

Get them with

 rm -f /etc/yum.repos.d/dag.repo
 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/dag.repo
 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/lcg-CA.repo
 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-VOBOX.repo

Install the VoBox software:

yum install glite-VOBOX

Additionally, install the lcg-CA package

yum install lcg-CA

That's all for installation. You can go on with the configuration.


Go back to gLite Administration Course, VoBox