VoBox

From Gridkaschool
Revision as of 18:30, 28 December 2012 by Pweber (talk | contribs) (Created page with "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-deplo…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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